Queries the statistics of a website security report, including the number of websites and security events.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeDomainSecureStatistics |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The IP address of the access source. |
113.87.*.* |
| Lang |
string |
No |
The language type for the request and response messages. Default value: zh. Valid values:
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| NoSslCount |
integer |
The number of websites without certificates. |
1 |
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
1EE7B150-D67E-53FD-A52D-3E8E669A**** |
| TotalDomainCount |
integer |
The total number of domain names. |
72 |
| RiskCount |
integer |
The number of domain names that have security risks. |
1 |
| VulCount |
integer |
The number of domain names that have vulnerabilities. |
2 |
| AlarmCount |
integer |
The number of domain names that have security alerts. |
2 |
Examples
Success response
JSON format
{
"NoSslCount": 1,
"RequestId": "1EE7B150-D67E-53FD-A52D-3E8E669A****",
"TotalDomainCount": 72,
"RiskCount": 1,
"VulCount": 2,
"AlarmCount": 2
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.