Domain name for API request: apm.intl.tencentcloudapi.com.
This API is used to query dimensional data by dimension name and filter condition.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeTagValues. |
Version | Yes | String | Common Params. The value used for this API: 2021-06-22. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
TagKey | Yes | String | Dimension name. |
InstanceId | No | String | Business system id. |
Filters.N | No | Array of Filter | Filter criteria. |
StartTime | No | Integer | Start time (unit: sec). |
EndTime | No | Integer | End time (unit: seconds). |
OrFilters.N | No | Array of Filter | Or filter criteria. |
Type | No | String | Usage type. |
Parameter Name | Type | Description |
---|---|---|
Values | Array of String | Dimension value list. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Query dimensional values by dimension column name and filter condition
POST / HTTP/1.1
Host: apm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTagValues
<Common request parameters>
{
"Filters": [
{
"Key": "service.instance",
"Type": "=",
"Value": "127.0.0.1"
}
],
"TagKey": "servier.name"
}
{
"Response": {
"RequestId": "apz12zicapy-eqixuc-uehq346v59c62",
"Values": [
"sso-api",
"auth-api"
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
FailedOperation.AppIdNotMatchInstanceInfo | The appid does not match the business system information. |
FailedOperation.InstanceIdIsEmpty | Business system id is empty. |
FailedOperation.InstanceNotFound | The apm business system does not exist. |