All Products
Search
Document Center

Security Center:DescribeWhiteListStrategyUuidCount

Last Updated:May 22, 2025

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

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
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
StrategyIdlongYes

The ID of the policy.

Note You can call the DescribeWhiteListStrategyStatistics operation to obtain the ID.
8516
TypeintegerYes

The type of the policy. Valid values:

  • 1: learning policy
  • 2: application policy
1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

UuidCountinteger

The number of the servers on which the application whitelist policy takes effect.

9
RequestIdstring

The request ID.

F8B6F758-BCD4-597A-8A2C-DA5A552C****

Examples

Sample success responses

JSONformat

{
  "UuidCount": 9,
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****"
}

Error codes

HTTP status codeError codeError messageDescription
400-101%s %s-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.