Queries 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
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:DescribeWhiteListEffectiveAssets | get |
|
| none |
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. | 27.212.XX.XX |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
Remark | string | No | The condition that is used to query assets. You can enter an IP address, a public IP address, an private IP address, or an asset name for fuzzy match. | 222.185.XX.XX |
StrategyId | long | No | The ID of the policy. Note
You can call the DescribeWhiteListStrategyList operation to obtain the ID.
| 8437592 |
NeedStatistics | integer | No | Specifies whether to return the number of untrusted programs. Valid values:
| 0 |
PageSize | integer | No | The number of entries per page. Maximum value: 1000. Default value: 20. If you leave this parameter empty, 20 data entries are returned per page. Note
We recommend that you do not leave this parameter empty.
| 20 |
CurrentPage | integer | No | The page number. Default value: 1. Pages start from page 1. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"CurrentPage": 1,
"PageSize": 20,
"RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB39****",
"TotalCount": 100,
"Count": 10,
"Assets": [
{
"Uuid": "544900ff-1be7-4655-9719-6311cecb3****",
"StrategyId": 35815387,
"StrategyName": "test",
"InternetIp": "60.205.XX.XX",
"SuspiciousEventCount": 5,
"ProcessMethod": 1,
"MachineName": "test",
"IntranetIp": "192.168.XX.XX"
}
]
}
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.