Queries the quotas of various CloudMonitor resources.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DescribeMonitorResourceQuotaAttribute |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ShowUsed |
boolean |
No |
Specifies whether the response includes used quotas. Valid values:
|
true |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code. Note
200 indicates success. |
200 |
| Message |
string |
The error message. |
The specified resource is not found. |
| RequestId |
string |
The request ID. |
31BC7201-00F2-47B2-B7B9-6A173076ACE |
| ResourceQuota |
object |
The quota details of CloudMonitor. |
|
| SuitInfo |
string |
The current edition of CloudMonitor. Valid values:
|
pro |
| InstanceId |
string |
The subscription plan ID. |
cms_edition-cn-n6w20rn**** |
| ExpireTime |
string |
The expiration time of the plan. The time follows the ISO 8601 standard in the YYYY-MM-DD format. The default time zone is UTC+8. |
2021-02-28 |
| SiteMonitorEcsProbe |
object |
The quota of ECS detection points for site monitoring. |
|
| QuotaLimit |
integer |
The total quota for site monitoring ECS detection points. Note
The maximum number of ECS detection points that can be selected for a single site monitoring task. |
5 |
| QuotaPackage |
integer |
The quota for site monitoring ECS detection points included in the plan. |
5 |
| QuotaUsed |
integer |
The used quota for site monitoring ECS detection points in the plan. Note
The total number of ECS detection points across all site monitoring tasks that have been created. |
20 |
| SiteMonitorOperatorProbe |
object |
The quota of carrier detection points for site monitoring. |
|
| QuotaLimit |
integer |
The total quota for site monitoring carrier detection points. |
5 |
| QuotaPackage |
integer |
The quota for site monitoring carrier detection points included in the plan. |
5 |
| QuotaUsed |
integer |
The used quota for site monitoring carrier detection points in the plan. |
0 |
| SiteMonitorTask |
object |
The quota of site monitoring tasks. |
|
| QuotaLimit |
integer |
The total quota for site monitoring tasks. Unit: count. |
25 |
| QuotaPackage |
integer |
The quota for site monitoring tasks included in the plan. Unit: count. |
20 |
| QuotaUsed |
integer |
The used quota for site monitoring tasks in the plan. Unit: count. |
15 |
| SiteMonitorBrowser |
object |
The quota of browser-based monitoring tasks. |
|
| QuotaLimit |
integer |
The total quota for browser-based monitoring tasks. Unit: count. |
50 |
| QuotaPackage |
integer |
The quota for browser-based monitoring tasks included in the plan. Unit: count. |
50 |
| QuotaUsed |
integer |
The used quota for browser-based monitoring tasks in the plan. Unit: count. |
15 |
| SiteMonitorMobile |
object |
The quota of mobile monitoring tasks. |
|
| QuotaLimit |
integer |
The total quota for mobile monitoring tasks. Unit: count. |
50 |
| QuotaPackage |
integer |
The quota for mobile monitoring tasks included in the plan. Unit: count. |
50 |
| QuotaUsed |
integer |
The used quota for mobile monitoring tasks in the plan. Unit: count. |
15 |
| CustomMonitor |
object |
The quota of custom monitoring. |
|
| QuotaLimit |
integer |
The total quota for custom monitoring time series. Unit: count. |
1200 |
| QuotaPackage |
integer |
The quota for custom monitoring time series included in the plan. Unit: count. |
1000 |
| QuotaUsed |
integer |
The used quota for custom monitoring time series in the plan. Unit: count. |
8 |
| EventMonitor |
object |
The quota of event monitoring. |
|
| QuotaLimit |
integer |
The total quota for event monitoring. Unit: 10,000. |
55 |
| QuotaPackage |
integer |
The quota for event monitoring included in the plan. Unit: 10,000. |
50 |
| QuotaUsed |
integer |
The used quota for event monitoring in the plan. Unit: 10,000. |
2 |
| LogMonitor |
object |
The quota of Log Monitoring. |
|
| QuotaLimit |
integer |
The total quota for Log Monitoring. Unit: MB/min. |
150 |
| QuotaPackage |
integer |
The quota for Log Monitoring included in the plan. Unit: MB/min. |
150 |
| QuotaUsed |
integer |
The used quota for Log Monitoring in the plan. Unit: MB/min. |
80 |
| Api |
object |
The API quota. |
|
| QuotaLimit |
integer |
The total API quota. Unit: 10,000 calls. |
500 |
| QuotaPackage |
integer |
The API quota included in the plan. Unit: 10,000 calls. |
500 |
| QuotaUsed |
integer |
The used API quota in the plan. Unit: calls. |
9987 |
| SMS |
object |
The quota of alert text message packages. |
|
| QuotaLimit |
integer |
The total quota for alert text messages. Unit: messages. |
550 |
| QuotaPackage |
integer |
The quota for alert text message packages. Unit: messages. |
500 |
| QuotaUsed |
integer |
The used quota for alert text message packages. Unit: messages. |
38 |
| Phone |
object |
The quota of alert phone call packages. |
|
| QuotaLimit |
integer |
The total quota for alert phone calls. Unit: calls. |
550 |
| QuotaPackage |
integer |
The quota for alert phone call packages. Unit: calls. |
500 |
| QuotaUsed |
integer |
The used quota for alert phone call packages. Unit: calls. |
100 |
| EnterpriseQuota |
object |
The quota details of Hybrid Cloud Monitoring. |
|
| SuitInfo |
string |
The description of Hybrid Cloud Monitoring. |
ENTERPRISE |
| InstanceId |
string |
The instance ID of Hybrid Cloud Monitoring. |
cms_enterprise_public_cn-7mz27pd**** |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "The specified resource is not found.",
"RequestId": "31BC7201-00F2-47B2-B7B9-6A173076ACE",
"ResourceQuota": {
"SuitInfo": "pro",
"InstanceId": "cms_edition-cn-n6w20rn****",
"ExpireTime": "2021-02-28",
"SiteMonitorEcsProbe": {
"QuotaLimit": 5,
"QuotaPackage": 5,
"QuotaUsed": 20
},
"SiteMonitorOperatorProbe": {
"QuotaLimit": 5,
"QuotaPackage": 5,
"QuotaUsed": 0
},
"SiteMonitorTask": {
"QuotaLimit": 25,
"QuotaPackage": 20,
"QuotaUsed": 15
},
"SiteMonitorBrowser": {
"QuotaLimit": 50,
"QuotaPackage": 50,
"QuotaUsed": 15
},
"SiteMonitorMobile": {
"QuotaLimit": 50,
"QuotaPackage": 50,
"QuotaUsed": 15
},
"CustomMonitor": {
"QuotaLimit": 1200,
"QuotaPackage": 1000,
"QuotaUsed": 8
},
"EventMonitor": {
"QuotaLimit": 55,
"QuotaPackage": 50,
"QuotaUsed": 2
},
"LogMonitor": {
"QuotaLimit": 150,
"QuotaPackage": 150,
"QuotaUsed": 80
},
"Api": {
"QuotaLimit": 500,
"QuotaPackage": 500,
"QuotaUsed": 9987
},
"SMS": {
"QuotaLimit": 550,
"QuotaPackage": 500,
"QuotaUsed": 38
},
"Phone": {
"QuotaLimit": 550,
"QuotaPackage": 500,
"QuotaUsed": 100
},
"EnterpriseQuota": {
"SuitInfo": "ENTERPRISE",
"InstanceId": "cms_enterprise_public_cn-7mz27pd****"
}
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | |
| 500 | InternalError | The request processing has failed due to some unknown error. | |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.