Queries the number of the servers on which an application whitelist policy takes effect.
Operation description
The application whitelist feature is in public preview. You cannot apply for a trial of the feature. If you applied for a trial of the feature or the feature is in-use, you can call this operation.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SourceIp | string | No | The source IP address of the request. You do not need to specify this parameter. It is automatically obtained by the system. | 42.120.XX.XX |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
StrategyId | long | Yes | The ID of the policy. Note
You can call the DescribeWhiteListStrategyStatistics operation to obtain the ID.
| 8516 |
Type | integer | Yes | The type of the policy. Valid values:
| 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"UuidCount": 9,
"RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | -101 | %s %s | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.