Retrieves statistics information on intelligent behavior analytics.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetUnknownThreatDetectStatistic |
get |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
FD394AF6-591E-5168-8C8C-4C7847****** |
| Data |
object |
The returned data. |
|
| MonitorMachineCount |
integer |
The number of servers in warning status. |
1 |
| BlockMachineCount |
integer |
The number of servers under control. |
1 |
| StudyingMachineCount |
integer |
The number of servers in learning status. |
1 |
| OpenMachineCount |
integer |
The number of servers with the service enabled. |
1 |
| MachineCount |
integer |
The total number of servers. |
1 |
| BlockEventMachineCount |
integer |
Examples
Success response
JSON format
{
"RequestId": "FD394AF6-591E-5168-8C8C-4C7847******",
"Data": {
"MonitorMachineCount": 1,
"BlockMachineCount": 1,
"StudyingMachineCount": 1,
"OpenMachineCount": 1,
"MachineCount": 1
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.