All Products
Search
Document Center

Global Accelerator:ListApplicationMonitorDetectResult

Last Updated:Apr 10, 2024

Queries the diagnostic results of origin probing tasks.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ga:ListApplicationMonitorDetectResultList
  • ApplicationMonitor
    acs:ga:{#regionId}:{#accountId}:sitemonitor/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID of the Global Accelerator (GA) instance. Set the value to cn-hangzhou.

cn-hangzhou
PageNumberintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page. Maximum value: 100. Default value: 10.

10
TaskIdstringNo

The origin probing task ID.

sm-bp1fpdjfju9k8yr1y****
BeginTimelongYes

The beginning of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1638288000
EndTimelongYes

The end of the time range to query. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1640164683

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

04F0F334-1335-436C-A1D7-6C044FE73368
TotalCountinteger

The total number of entries returned.

1
PageSizeinteger

The number of entries per page.

10
PageNumberinteger

The page number.

1
ApplicationMonitorDetectResultListobject []

Details about the diagnostic result of the origin probing task.

AcceleratorIdstring

The ID of the GA instance on which the origin probing task runs.

ga-bp1odcab8tmno0hdq****
ListenerIdstring

The ID of the listener on which the origin probing task runs.

lsr-bp1bpn0kn908w4nbw****
TaskIdstring

The origin probing task ID.

sm-bp1fpdjfju9k8yr1y****
Portstring

The listener port.

80
Protocolstring

The network transmission protocol that is used by the listener. Valid values:

  • tcp: TCP.
  • udp: UDP.
  • http: HTTP.
  • https: HTTPS.
Note UDP listeners do not support probing.
http
DiagStatusstring

The diagnostic result of the origin probing task. Valid values:

  • success: The origin probing task succeeded.
  • failed: The origin probing task failed.
success
StatusCodestring

The error code returned by the origin probing task.

502
Contentstring

The response content returned by the origin probing task.

502 BadGateway
Detailstring

The description of the diagnostic result. Valid values:

  • All forward nodes work well.: The origin server is normal.
  • Endpoint network error.: The origin server is abnormal. You must check whether the origin server is running as expected.
  • Public network error.: An Internet error occurred, which is a network error that occurred when the client connected to the acceleration region.
  • Ga internal error.: An internal error occurred. For example, an exception occurred when GA processed a request.
  • Ga has been deleted.: The current GA instance is deleted.
  • Ga state is not stable.: The current GA instance is in an unstable state, such as the Configuring state.
  • Ga has no listener configuration.: No listener is configured for the current GA instance.
  • Missing endpoint configuration.: No endpoint is configured.
  • Missing acceleration region configuration.: No acceleration region is configured.
  • Missing endpointgroup configuration.: No endpoint group is configured.
All forward nodes work well
DetectTimestring

The time when the diagnosis of the origin probing task ends.

1663205460

Examples

Sample success responses

JSONformat

{
  "RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
  "TotalCount": 1,
  "PageSize": 10,
  "PageNumber": 1,
  "ApplicationMonitorDetectResultList": [
    {
      "AcceleratorId": "ga-bp1odcab8tmno0hdq****",
      "ListenerId": "lsr-bp1bpn0kn908w4nbw****",
      "TaskId": "sm-bp1fpdjfju9k8yr1y****",
      "Port": "80",
      "Protocol": "http",
      "DiagStatus": "success",
      "StatusCode": "502",
      "Content": "502 BadGateway",
      "Detail": "All forward nodes work well",
      "DetectTime": "1663205460"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-07-20The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.
2023-04-20The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.