Domain name for API request: csip.intl.tencentcloudapi.com.
Queries the list of Policy IDs currently at the "statistical calculation" status, used for frontend polling to judge whether the scan results statistics are ready.
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: DescribeBaselineCalculatingStatisticsPolicyIDList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group account member id |
| Parameter Name | Type | Description |
|---|---|---|
| SystemCategoryIDList | Array of Integer | List of parent category IDs for the system in the current statistical calculation. |
| SelfDefinedPolicyIDList | Array of Integer | List of custom policy IDs currently in statistical calculation. |
| 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: DescribeBaselineCalculatingStatisticsPolicyIDList
<Common request parameters>
{
"MemberId": [
"mem-tencent-6*************29"
]
}
{
"Response": {
"SelfDefinedPolicyIDList": [
0
],
"SystemCategoryIDList": [
0
],
"RequestId": "495ad035-578f-45f1-ba02-114e85b46725"
}
}
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.
피드백