调用DescribeSiteMonitorQuota接口查询站点监控的配额以及版本。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|
当前API无需请求参数
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "请求成功",
"RequestId": "26860260-76C6-404E-AB7A-EB98D36A6885",
"Success": "true",
"Data": {
"SiteMonitorOperatorQuotaQuota": 0,
"SecondMonitor": false,
"SiteMonitorQuotaTaskUsed": 6,
"SiteMonitorTaskQuota": 10,
"SiteMonitorVersion": "V1",
"SiteMonitorIdcQuota": 5
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidQueryParameter | %s | - |
401 | AccessDeniedException | You donot have sufficient access to perform this action. | - |
402 | LimitExceeded | The quota for this customer had been reached. | - |
403 | Forbidden | You are not authorized to operate the specified resource. | 没有权限,请使用RAM进行授权 |
406 | ExceedingQuota | Exceeding quota limits. | - |
409 | %s | %s | - |
500 | InternalError | %s | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史