Querying Tags of a Specific Instance
Function
This API is used to query tags of a specific instance.
Calling Method
For details, see Calling APIs.
URI
GET /v2/{project_id}/{resource_type}/{resource_id}/tags
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. |
resource_type |
Yes |
String |
Resource type. The value can be DNS-public_zone, DNS-private_zone, DNS-public_recordset, DNS-private_recordset, or DNS-ptr_record. |
resource_id |
Yes |
String |
Resource ID |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Definition The user token. The token can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token. For details about how to obtain a user token, seeObtaining a User Token. Constraints N/A Range N/A Default Value N/A |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
tags |
Array of tag objects |
Tag list. |
Parameter |
Type |
Description |
---|---|---|
key |
String |
Definition The tag key. Range
|
value |
String |
Definition The tag value. Range
|
Example Requests
None
Example Responses
Status code: 200
Response to the request for querying resource tags
{ "tags" : [ { "key" : "key1", "value" : "value1" }, { "key" : "key2", "value" : "value2" } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
Response to the request for querying resource tags |
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.