获取未知威胁发现统计信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:GetUnknownThreatDetectStatistic |
get |
*全部资源
|
无 | 无 |
请求语法
POST HTTP/1.1
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
FD394AF6-591E-5168-8C8C-4C7847****** |
| Data |
object |
返回数据。 |
|
| MonitorMachineCount |
integer |
预警中的服务器数。 |
1 |
| BlockMachineCount |
integer |
管控中的服务器数。 |
1 |
| StudyingMachineCount |
integer |
学习中的服务器数。 |
1 |
| OpenMachineCount |
integer |
开通服务器数。 |
1 |
| MachineCount |
integer |
服务器总数。 |
1 |
示例
正常返回示例
JSON格式
{
"RequestId": "FD394AF6-591E-5168-8C8C-4C7847******",
"Data": {
"MonitorMachineCount": 1,
"BlockMachineCount": 1,
"StudyingMachineCount": 1,
"OpenMachineCount": 1,
"MachineCount": 1
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | 服务故障,请稍后重试! |
| 403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?