Domain name for API request: apm.intl.tencentcloudapi.com.
Query vulnerability details.
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: DescribeApmVulnerabilityDetail. |
| 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. |
| StartTime | Yes | Integer | unix second-level timestamp |
| EndTime | Yes | Integer | unix second-level timestamp |
| InstanceId | Yes | String | APM business system ID |
| Filters.N | No | Array of Filter | Conditional filtering, required service.name, instrumentation.name, version, vul.id |
| Parameter Name | Type | Description |
|---|---|---|
| Tags | Array of ApmTag | Vulnerability details |
| ServiceInstanceList | Array of ApmVulnerabilityServiceDetail | List of business systems related to vulnerabilities |
| 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. |
Successful Example
POST / HTTP/1.1
Host: apm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeApmVulnerabilityDetail
<Common request parameters>
{
"StartTime": 1729226000,
"EndTime": 1729226657,
"InstanceId": "apm-ewyzCXlxj",
"Filters": [
{
"Type": "=",
"Key": "service.name",
"Value": "java-order-service"
},
{
"Type": "=",
"Key": "instrumentation.name",
"Value": "tomcat"
},
{
"Type": "=",
"Key": "version",
"Value": "10.9.0"
},
{
"Type": "=",
"Key": "cve.id",
"Value": "CVE-0000-2222"
}
]
}
{
"Response": {
"RequestId": "7084624a-22ab-4d0d-b7a3-76370d774f37",
"ServiceInstanceList": [
{
"LastOccurTime": 1729226625,
"Path": "/var/local/tools/tomcat.jar",
"ServiceInstance": "127.0.0.1"
}
],
"Tags": [
{
"Key": "instrumentation.name",
"Value": "tomcat"
},
{
"Key": "version",
"Value": "10.9.0"
},
{
"Key": "cve.id",
"Value": "CVE-0000-2222"
},
{
"Key": "vul.description",
"Value": "This is the description"
},
{
"Key": "vul.advice",
"Value": "This is a recommendation"
},
{
"Key": "vul.name",
"Value": "Vulnerability name"
}
]
}
}
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. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback