Queries the resource quotas of CloudMonitor.
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 to return information about 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
The status code 200 indicates that the request was successful. |
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 details about the resource quotas of CloudMonitor. |
|
| SuitInfo |
string |
The current edition of CloudMonitor. Valid values:
|
pro |
| InstanceId |
string |
The ID of the resource plan. |
cms_edition-cn-n6w20rn**** |
| ExpireTime |
string |
The time when the resource plan expires. |
2021-02-28 |
| SiteMonitorEcsProbe |
object |
The details about the quota of ECS detection points for site monitoring. |
|
| QuotaLimit |
integer |
The total quota of ECS detection points for site monitoring. Note
The value indicates the maximum number of ECS detection points that you can select for a site monitoring task. |
5 |
| QuotaPackage |
integer |
The quota of ECS detection points for site monitoring in your resource plan. |
5 |
| QuotaUsed |
integer |
The used quota of ECS detection points for site monitoring in your resource plan. Note
The value indicates the total number of ECS detection points that are used by existing site monitoring tasks. |
20 |
| SiteMonitorOperatorProbe |
object |
The details about the quota of carrier detection points for site monitoring. |
|
| QuotaLimit |
integer |
The total quota of carrier detection points for site monitoring. |
5 |
| QuotaPackage |
integer |
The quota of carrier detection points for site monitoring in your resource plan. |
5 |
| QuotaUsed |
integer |
The used quota of carrier detection points for site monitoring in your resource plan. |
0 |
| SiteMonitorTask |
object |
The quota of site monitoring tasks. |
|
| QuotaLimit |
integer |
The total quota of site monitoring tasks. |
25 |
| QuotaPackage |
integer |
The quota of site monitoring tasks in your resource plan. |
20 |
| QuotaUsed |
integer |
The used quota of site monitoring tasks in your resource plan. |
15 |
| SiteMonitorBrowser |
object |
The quota of browser detection tasks. |
|
| QuotaLimit |
integer |
The total quota of browser detection tasks. |
50 |
| QuotaPackage |
integer |
The quota of browser detection tasks in your resource plan. |
50 |
| QuotaUsed |
integer |
The used quota of browser detection tasks in your resource plan. |
15 |
| SiteMonitorMobile |
object |
The quota of mobile detection tasks. |
|
| QuotaLimit |
integer |
The total quota of mobile detection tasks. |
50 |
| QuotaPackage |
integer |
The quota of mobile detection tasks in your resource plan. |
50 |
| QuotaUsed |
integer |
The used quota of mobile detection tasks in your resource plan. |
15 |
| CustomMonitor |
object |
The details about the quota for custom monitoring. |
|
| QuotaLimit |
integer |
The total quota of the time series for custom monitoring. |
1200 |
| QuotaPackage |
integer |
The quota of the time series for custom monitoring in your resource plan. |
1000 |
| QuotaUsed |
integer |
The used quota of the time series for custom monitoring in your resource plan. |
8 |
| EventMonitor |
object |
The details about the quota for event monitoring. |
|
| QuotaLimit |
integer |
The total quota of events that can be reported in event monitoring. The total quota is the value that is multiplied by 10,000. |
55 |
| QuotaPackage |
integer |
The quota of events that can be reported in event monitoring in your resource plan. The total quota is the value that is multiplied by 10,000. |
50 |
| QuotaUsed |
integer |
The used quota of events that can be reported in event monitoring in your resource plan. The total quota is the value that is multiplied by 10,000. |
2 |
| LogMonitor |
object |
The details about the quota for log monitoring. |
|
| QuotaLimit |
integer |
The total quota of processed log data in log monitoring. Unit: MB/min. |
150 |
| QuotaPackage |
integer |
The quota of processed log data in log monitoring in your resource plan. Unit: MB/min. |
150 |
| QuotaUsed |
integer |
The used quota of processed log data in log monitoring in your resource plan. Unit: MB/min. |
80 |
| Api |
object |
The details about the quota of API calls. |
|
| QuotaLimit |
integer |
The total quota of API calls. Unit: 10,000 calls. |
500 |
| QuotaPackage |
integer |
The quota of API calls in your resource plan. Unit: 10,000 calls. |
500 |
| QuotaUsed |
integer |
The used quota of API calls in your resource plan. Unit: calls. |
9987 |
| SMS |
object |
The details about the quota of alert text messages. |
|
| QuotaLimit |
integer |
The total quota of alert text messages. Unit: messages. |
550 |
| QuotaPackage |
integer |
The quota of alert text messages in your resource plan. Unit: messages. |
500 |
| QuotaUsed |
integer |
The used quota of alert text messages in your resource plan. Unit: messages. |
38 |
| Phone |
object |
The details about the quota of alert phone calls. |
|
| QuotaLimit |
integer |
The total quota of alert phone calls. Unit: calls. |
550 |
| QuotaPackage |
integer |
The quota of alert phone calls in your resource plan. Unit: calls. |
500 |
| QuotaUsed |
integer |
The used quota of alert phone calls in your resource plan. Unit: calls. |
100 |
| EnterpriseQuota |
object |
The details about the quota of Hybrid Cloud Monitoring. |
|
| SuitInfo |
string |
The description of Hybrid Cloud Monitoring. |
ENTERPRISE |
| InstanceId |
string |
The ID of the instance monitored by 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.