Querying Resource Tags
Function
This API is used to query all resource tags.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.
URI
GET /v1/{project_id}/{resource_type}/{resource_id}/tags
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Specifies the project ID. |
|
resource_type |
Yes |
String |
Specifies the resource type. cph-server: cloud phone server |
|
resource_id |
Yes |
String |
Specifies the resource ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
Specifies the user token. It can be obtained by calling an Identity and Access Management (IAM) API. The value of X-Subject-Token in the response header is the user token. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
tags |
Array of Tag objects |
Resource tag list |
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
String |
Specifies the tag key.
|
|
value |
String |
Specifies the list of tag values.
|
Example Requests
Querying tags of a resource based on the resource ID
GET https://{CPH Endpoint}/v1/{project_id}/{resource_type}/{resource_id}/tags
Example Responses
Status code: 200
OK
{
"tags" : [ {
"key" : "key1",
"value" : "value1"
}, {
"key" : "key2",
"value" : "value2"
} ]
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
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