Queries the quotas and version of site monitoring.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The responses code. Note
The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. |
Request succeeded |
| RequestId |
string |
The request ID. |
26860260-76C6-404E-AB7A-EB98D36A6885 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
object |
The quota. |
|
| SiteMonitorOperatorQuotaQuota |
integer |
The quota of detection points that are not provided by Alibaba Cloud. Default value: 0. |
0 |
| SecondMonitor |
boolean |
Indicates whether second-level monitoring is enabled. Valid values:
|
false |
| SiteMonitorQuotaTaskUsed |
integer |
The used quota of site monitoring tasks. |
6 |
| SiteMonitorTaskQuota |
integer |
The quota of site monitoring tasks. |
10 |
| SiteMonitorVersion |
string |
The version of site monitoring. Valid values:
|
V1 |
| SiteMonitorIdcQuota |
integer |
The quota of detection points that are provided by Alibaba Cloud. Five detection points are provided for free. |
5 |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "Request succeeded",
"RequestId": "26860260-76C6-404E-AB7A-EB98D36A6885",
"Success": "true",
"Data": {
"SiteMonitorOperatorQuotaQuota": 0,
"SecondMonitor": false,
"SiteMonitorQuotaTaskUsed": 6,
"SiteMonitorTaskQuota": 10,
"SiteMonitorVersion": "V1",
"SiteMonitorIdcQuota": 5
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidQueryParameter | %s | |
| 401 | AccessDeniedException | You donot have sufficient access to perform this action. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 402 | LimitExceeded | The quota for this customer had been reached. | |
| 403 | Forbidden | You are not authorized to operate the specified resource. | No permission, please use RAM to authorize |
| 503 | %s | %s | |
| 406 | ExceedingQuota | Exceeding quota limits. | The number of tasks exceeds the limit |
| 409 | %s | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.