Querying Tags of a Specified Resource Type
Function
This API is used to query tags of a specified resource type, which refers to the collection of all resource tags within a specified project.
URI
GET /v3/{project_id}/{resource_type}/tags
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID, which is used for resource isolation. For details about how to obtain its value, see Obtaining a Project ID. |
resource_type |
Yes |
String |
Resource type. The options are:
|
Request Parameters
None
Response Parameters
Parameter |
Type |
Description |
---|---|---|
tags |
Array of objects |
List of resource tags. For details, see Table 3. |
Example Request
None
Example Response
{ "tags": [ { "key": "key1", "values": [ "value1", "value2" ] }, { "key": "key2", "values": [ "value1", "value2" ] } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
The modification is successful. |
400 |
Request error. |
500 |
Internal server error. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot