All Products
Search
Document Center

Managed Service for OpenTelemetry:ListServices

Last Updated:Mar 19, 2024

Queries applications.

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
RegionIdstringYes

The ID of the region.

cn-beijing
AppTypestringNo

The type of the application. You can set the value to XTRACE or leave this parameter unspecified.

XTRACE

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the region.

1E2B6A4C-6B83-4062-8B6F-AEEC1FC47DED
Servicesobject []

The applications.

ServiceNamestring

The name of the application.

a3
Pidstring

The ID of the application.

XXXqn3ly@741623b4e915df8
RegionIdstring

The ID of the region.

cn-beijing

Examples

Sample success responses

JSONformat

{
  "RequestId": "1E2B6A4C-6B83-4062-8B6F-AEEC1FC47DED",
  "Services": {
    "Service": [
      {
        "ServiceName": "a3",
        "Pid": "XXXqn3ly@741623b4e915df8",
        "RegionId": "cn-beijing"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history