All Products
Search
Document Center

ApsaraDB for OceanBase:DescribeTagValues

Last Updated:Oct 21, 2024

You can call this operation to query tags.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceTypestringYes

The type of the resource.

tag

Response parameters

ParameterTypeDescriptionExample
object

The return result of the request.

Mapstring

The mappings between tag groups and tags.

"{\"Tag group 2\":[\"Tag 2-1\",\"Tag 2-2\"],\"Tag group 1\":[\"Tag 1-1\"]}"
RequestIdstring

The ID of the request.

4C91F7BA-xxxx-xxxx-xxxx-846ECA1A9908

Examples

Sample success responses

JSONformat

{
  "Map": "\"{\\\"Tag group 2\\\":[\\\"Tag 2-1\\\",\\\"Tag 2-2\\\"],\\\"Tag group 1\\\":[\\\"Tag 1-1\\\"]}\"",
  "RequestId": "4C91F7BA-xxxx-xxxx-xxxx-846ECA1A9908"
}

Error codes

HTTP status codeError codeError message
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
2024-06-06The Error code has changed. The response structure of the API has changedView Change Details