forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
9.0 KiB
9.0 KiB
Querying Tags of an ECS
Function
- This API is used to query the tags of a specified ECS.
- The Tag Management Service (TMS) uses this API to query all tags of an ECS.
Request
None
Response
Table 2 describes the response parameters.
Parameter |
Type |
Description |
---|---|---|
tags |
Array of objects |
Specifies tags. For details, see Table 3. |
Example Request
Query all tags of a specified ECS.
GET https://{endpoint}/v1/{project_id}/cloudservers/{server_id}/tags
Example Response
{ "tags": [ { "key": "key1", "value": "value1" }, { "key": "key2", "value": "value3" } ] }
Returned Values
Error Codes
See Error Codes.
Parent topic: Tag Management