Querying Tags of a Specified Cluster
Function
This API is used to query tags of a specified cluster.
Constraints
None
Debugging
You can debug this API through automatic authentication in API Explorer. API Explorer can automatically generate sample SDK code and provide the sample SDK code debugging.
URI
- Format
- Parameter description
Table 1 URI parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
cluster_id
Yes
String
Cluster ID For details about how to obtain the cluster ID, see Obtaining the MRS Cluster Information.
Request Parameters
None
Response Parameters
Parameter |
Type |
Description |
---|---|---|
tags |
Array of TagPlain objects |
Tag list. For details, see Table 3. |
Example
- Example request
GET /v1.1/{project_id}/clusters/{cluster_id}/tags
- Example response
{ "tags": [ { "key": "key1", "value": "value1" }, { "key": "key2", "value": "value3" } ] }
Status Codes
Table 4 describes the status code.
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.