Domain name for API request: config.intl.tencentcloudapi.com.
This API is used to report custom rule evaluation results.
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: PutEvaluations. |
Version | Yes | String | Common Params. The value used for this API: 2022-08-02. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
ResultToken | Yes | String | Callback token. Obtained from the ResultToken value in the Context of the selected Serverless Cloud Function (SCF) for the custom rule. |
Evaluations.N | Yes | Array of Evaluation | Custom rule evaluation result information. |
Parameter Name | Type | Description |
---|---|---|
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. |
This example shows you how to report custom rule evaluation results.
POST / HTTP/1.1
Host: config.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: PutEvaluations
<Common request parameters>
{
"ResultToken": "Wm9yZlY3WmlKa3cxaW1oQlu-H3WA6JZnH46cUAn2DWGJ9dp3GwJyhMyXsJyeXRcqa8sCimZKH6hy-7RGW_DEtva2Bjd36ryyDg0tbNOfYpf3r6lJB_gHRUCPRrr8HQbEvCoeoGw-KH7LqNUsoa4GzyrvKx2Ak1vycWzfAGaiTISWoTQ2mYr_BYSsVcO077lUlY4hieGJyolSxxUf1V9fDoIXFQikxW6AmU4cTUUpEJ-OF4Mvbq_7quPYZQOjDuo9cAxzUX-D8w==",
"Evaluations": [
{
"ComplianceResourceId": "disk-26itbqha",
"ComplianceResourceType": "QCS::CBS::Disk",
"ComplianceRegion": "ap-guangzhou",
"ComplianceType": "NON_COMPLIANT",
"Annotation": {
"Configuration": "1",
"DesiredValue": "2",
"Operator": "equal",
"Property": "age"
}
}
]
}
{
"Response": {
"RequestId": "d947eba9-f908-4d2e-9b3d-63bde43abd1a"
}
}
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 |
---|---|
InvalidParameter | Parameter error. |
ResourceNotFound.AccountGroupIsNotExist | Account group does not exist. |
ResourceNotFound.ResourceNotExist | The resource does not exist. |
ResourceNotFound.RuleIsNotExist | The rule does not exist. |
Was this page helpful?