All Products
Search
Document Center

Application Real-Time Monitoring Service:CheckCommercialStatus

Last Updated:May 09, 2024

Checks whether Application Real-Time Monitoring Service (ARMS) is available for commercial use in a region.

Operation description

You can call this operation to check whether ARMS is available for commercial use in a region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID. Default value: cn-hangzhou.

cn-hangzhou
ServicestringNo

Sub-services:

  • apm: Application Monitoring
  • rum: Real User Monitoring
  • prometheus: Managed Service for Prometheus
  • xtrace: Managed Service for OpenTelemetry
apm

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

1A474FF8-7861-4D00-81B5-5BC3DA4E****
Datastring

The returned struct.

True

Examples

Sample success responses

JSONformat

{
  "RequestId": "1A474FF8-7861-4D00-81B5-5BC3DA4E****",
  "Data": "True"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-21The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Service