Querying Resource Tags

Function Description

This API is used to query tags of a specified resource.

URI

Request

Request parameters

None

Response

Response parameters
Table 2 Parameter description

Parameter

Type

Description

tags

Table 3

Specifies the tag list.

toatl

Integer

Specifies the number of tags.

Table 3 tags

Parameter

Type

Description

key

String

Specifies the key. It contains a maximum of 36 Unicode characters.

The key value must comply with Character Set Specifications.

value

String

Specifies the value. Each value contains a maximum of 43 Unicode characters.

The value must comply with Character Set Specifications.

Example

Response example
{
       "total": 2,
       "tags": [
        {
            "key": "key1",
            "value": "value1"
        },
        {
            "key": "key2",
            "value": "value3"
        }
]
}

Status Code

Table 4 describes the normal status code returned by the API.
Table 4 Status code

Status Code

Description

Meaning

200

OK

The request has succeeded.

For details about error status codes, see Status Codes.