All Products
Search
Document Center

Cloud Monitor:DescribeSiteMonitorQuota

Last Updated:Mar 30, 2026

Queries the quotas and version of site monitoring.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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

  • false

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:

  • true: Second-level monitoring is enabled.

  • false: Second-level monitoring is disabled.

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

  • V2

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.