Querying Resource Tags
Function
This API is used to query tags of a specified instance.
Calling Method
For details, see Calling APIs.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, the following identity policy-based permissions are required.
| Action | Access Level | Resource Type (*: required) | Condition Key | Alias | Dependencies |
|---|---|---|---|---|---|
| vpn::listTagsForResource | list | vpnGateways |
| vpn::listTagsForResource | - |
| customerGateways | g:ResourceTag/<tag-key> | ||||
| vpnConnections |
|
URI
GET /v5/{project_id}/{resource_type}/{resource_id}/tags
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| project_id | String | Yes | Specifies a project ID. You can obtain the project ID by referring to Obtaining the Project ID. |
| resource_type | String | Yes | |
| resource_id | String | Yes | Indicates a resource ID. |
Request
Response
- Response parameters
Returned status code 200: successful query
Table 2 Parameters in the response body Parameter
Type
Description
tags
Array of ResourceTag objects
Specifies the list of resource tags.
- Example response
{ "tags":[ { "key":"key1", "value":"value1" } ] }
Status Codes
For details, see Status 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