Querying Project Tags
Function
This API is used to query project tags.
- Before calling this API, learn how to authenticate it.
 - Before calling this API, learn about request header parameters.
 
URI
- Parameter description 
     
Table 1 Parameters Parameter
Mandatory
Description
project_id
Yes
Definition
Project ID of a tenant in a region.
To obtain the value, see Obtaining a Project ID.
Constraints
N/A
Range
N/A
Default Value
N/A
 
Response
- Normal response 
     
Table 2 Parameters Parameter
Type
Description
tags
Array of objects
Definition
Specifies the tag list. If there is no tag in the list, an empty array is returned.
For details, see Table 3.
 
- Example normal response 
     
{ "tags": [{ "key": "key1", "values": ["value1"] }, { "key": "key2", "values": ["value2"] }] } - Abnormal response 
     
For details, see Abnormal Request Results.
 
Status Code
- Normal
 - Abnormal 
     
For details, see Status Codes.
 
Error Code
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.