All Products
Search
Document Center

Application Real-Time Monitoring Service:GetAgentDownloadUrl

Last Updated:May 09, 2024

Obtains the download URL of the Application Real-Time Monitoring Service (ARMS) agent.

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 region ID.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
ArmsAgentDownloadUrlstring

The download URL of the ARMS agent.

http://arms-apm-hangzhou.oss-cn-hangzhou-internal.aliyuncs.com/2.7.1.1/
RequestIdstring

The request ID.

14043452-D486-4EA1-80C9-BA73FB81****

Examples

Sample success responses

JSONformat

{
  "ArmsAgentDownloadUrl": "http://arms-apm-hangzhou.oss-cn-hangzhou-internal.aliyuncs.com/2.7.1.1/",
  "RequestId": "14043452-D486-4EA1-80C9-BA73FB81****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history