All Products
Search
Document Center

CloudMonitor:DescribeProductResourceTagKeyList

Last Updated:Mar 01, 2024

Operation description

Note If a tag is attached to multiple cloud resources in the region, the key of the tag is returned only once.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
NextTokenstringNo

The pagination cursor.

dbc2826f237e****

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code.

Note The status code 200 indicates that the call was successful.
200
Messagestring

The error message.

The request processing has failed due to some unknown error.
NextTokenstring

The pagination cursor. If more entries are to be returned on the next page, a pagination cursor is returned.

Note If the value of this parameter is not null, more entries are to be returned on the next page. You can use the returned pagination cursor as a request parameter to obtain entries on the next page. If the value of this parameter is null, all the entries have been returned.
dbc2826f237e****
RequestIdstring

The ID of the request.

945ACAA9-89F2-4A62-8913-076FDEDAA8DB
Successboolean

Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.

true
TagKeysarray

The keys of tags.

string
tagKey1

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "The request processing has failed due to some unknown error.",
  "NextToken": "dbc2826f237e****",
  "RequestId": "945ACAA9-89F2-4A62-8913-076FDEDAA8DB",
  "Success": true,
  "TagKeys": {
    "TagKey": [
      "tagKey1"
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterInvalidIllegal parameters.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history