Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query Skill security detection alarm details, including local alarm information and engine real-time detection data.
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: DescribeSkillScanAlertDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| ID | Yes | Integer | Alarm record ID |
| MemberId.N | No | Array of String | Group account member id |
| Parameter Name | Type | Description |
|---|---|---|
| ID | Integer | Alarm record ID |
| AppID | Integer | Tenant AppID |
| UUID | String | Host UUID |
| HostIP | String | Host IP address |
| InstanceID | String | Instance ID |
| InstanceName | String | Instance name. |
| BelongAssetType | String | Asset type affiliation |
| SkillName | String | Skill name |
| SkillPath | String | Skill file path |
| Scope | String | Skill application scope |
| Version | String | Skill version number |
| ContentHash | String | SHA256 hash of file content |
| RiskLevel | String | Risk level |
| SecurityScore | Integer | Security score |
| PrimaryRuleID | String | Main matched rule ID |
| EngineVersion | Integer | Detection engine version number |
| Status | Integer | Processing status |
| Level | String | Alarm level |
| CreateTime | Timestamp ISO8601 | First detection time |
| SkillDescription | String | Skill feature description (engine real-time query return) |
| RiskDescription | String | Comprehensive risk abstract summarizing the primary risks/attack chains identified in this detection (query in real time via engine). Returns copywriting in English when Language=en-US is passed. |
| Mitigation | String | Handling suggestions (real-time query by engine) |
| CapabilityTags | Array of SkillCapabilityTag | Skill capacity tag list (returned by engine real-time query) |
| RuleCatalog | Array of SkillRuleCatalogItem | Fusion rule directory list (returned by engine query in real time) |
| ScanItems | Array of SkillScanEngineResult | Scan result details list (returned by engine query in real time) |
| ReportURL | String | Detection report link (returned by real-time query from the engine) |
| ScannedAt | String | Scan complete time (returned by the engine in real-time query) |
| 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. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSkillScanAlertDetail
<Common request parameters>
{
"ID": 10001
}
{
"Response": {
"ID": 10001,
"UUID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"HostIP": "10.0.1.100",
"InstanceID": "ins-a1b2c3d4",
"ContainerID": "",
"BelongAssetType": "HOST",
"SkillName": "code-review-assistant",
"SkillPath": "/home/user/.local/share/skills/code-review-assistant",
"Scope": "user",
"Version": "1.2.3",
"ContentHash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"RiskLevel": "malicious",
"SecurityScore": 35,
"PrimaryRuleID": "90001",
"EngineVersion": 3,
"Status": 0,
"Level": "high",
"CreateTime": "2026-06-20T10:30:00Z",
"SkillDescription": "This Skill has file read/write and network access capabilities"
"Mitigation": "We recommend that you immediately disable the Skill and review its execution history",
"CapabilityTags": [
{
"ID": "file_access",
"Name": "File access"
}
],
"RuleCatalog": [
{
"RuleID": "90001",
"RuleName": "Code injection risk"
}
],
"ScanItems": [
{
"ScanType": "AI",
"RuleList": [
{
"RuleID": "90001",
"Description": "Suspicious code execution logic detected"
}
]
}
],
"ReportURL": "https://skillscan.example.com/reports/abc123",
"ScannedAt": "2026-06-20T10:28:00Z",
"RequestId": "c368eae2-8739-4cc2-b4f8-8f4284a93b41"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
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