Updated on 2023-08-22 GMT+08:00

Example 1: Querying Applications

Scenario

This section describes how to query the applications of a user.

Related APIs

None

Querying Applications

  • URI

    URI format: GET /v1/apm2/openapi/cmdb/business/get-business-list

  • Example request

    GET https://{APM_endpoint}/v1/apm2/openapi/cmdb/business/get-business-list

    To obtain {APM_endpoint}, see Regions and Endpoints.

  • Example response:
    {
      "business_nodes" : [ {
        "default" : true,
        "id" : 2,
        "gmt_create" : null,
        "gmt_modify" : null,
        "name" : "apm2",
        "display_name" : "apm2",
        "is_default" : true,
        "inner_domain_id" : 1,
        "eps_id" : "**********"
      } ]
    }