forked from docs/doc-exports
Reviewed-by: Belejkanic, Lukas <lukas.belejkanic@t-systems.com> Co-authored-by: qiaoli <qiaoli@huawei.com> Co-committed-by: qiaoli <qiaoli@huawei.com>
12 KiB
12 KiB
Querying Project Tags
Function
This API enables you to query all tag sets of a specified project.
URI
Requests
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
X-Auth-Token |
Yes |
String |
User token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token. |
Responses
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
tags |
Yes |
Array of objects |
list of tags, including tag keys and tag values.
|
Examples
The following example describes how to query project tags.
Status Codes
Table 4 lists the normal status code returned by the response.
Exception status code. For details, see Status Codes.
Parent topic: CMK Management