Updated on 2022-06-20 GMT+08:00

Querying the Application List

Function

This API is used to query the application list.

URI

GET /v1/{project_id}/atps/monitorgroups

Request

Table 1 Path parameter

Parameter

Type

Description

project_id

String

Project ID.

Example request

/v1/0/atps/monitorgroups

Response

Table 2 Response parameters

Parameter

Type

Description

errorCode

String

Error code.

SVCSTG.ATPS.2000: Query succeeded.

errorMessage

String

Description of the error.

responseInfo

List (string)

Application name list.

Example response

{
  "errorCode": "SVCSTG.ATPS.2000",
  "errorMessage":null,
  "responseInfo": ["11d5c9b83c1b2e04579fa5a34d191bb5"]
}

Status Code

  • Success response
    Table 3 describes the status code.
    Table 3 Status code

    Status Code

    Description

    200

    The request is successful.