Help Center/ Application Performance Management/ API Reference(2.0)/ APIs/ REGION/ Querying the Regions Where APM Is Enabled
Updated on 2023-08-02 GMT+08:00

Querying the Regions Where APM Is Enabled

Function

This API is used to query the regions where APM is enabled.

URI

GET /v1/apm2/openapi/region/get-opened-region

Request Parameters

Table 1 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token obtained from IAM.

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

region_list

Array of Region objects

Region list

Table 3 Region

Parameter

Type

Description

region_id

String

Region ID.

region_name

String

Region name.

region

String

Region.

project_id

String

Enterprise project ID.

status

String

Region status.

Example Requests

There is no input parameter. Send a request to obtain the regions where APM is enabled.

/v1/apm2/openapi/region/get-opened-region

Example Responses

Status code: 200

OK: The request is successful.

{
  "region_list" : [ {
    "region_id" : "xx-xxxx-xx",
    "region_name" : "xxxx",
    "region" : "xx-xxxx-xx",
    "project_id" : "c6******7b",
    "status" : "NORMAL_STATUS"
  } ]
}

Status Codes

Status Code

Description

200

OK: The request is successful.

401

Unauthorized: No permissions.

403

Forbidden: Access forbidden.

404

Not Found: The requested resource is not found.

Error Codes

See Error Codes.