Activates the service-linked role AliyunServiceRoleForARMS for Application Real-Time Monitoring Service (ARMS).
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | OpenArmsDefaultSLR |
The operation that you want to perform. Set the value to OpenArmsDefaultSLR. |
| RegionId | String | Yes | cn-hangzhou |
The ID of the region. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| Data | String | true |
Indicates whether the call was successful. Valid values:
|
| RequestId | String | 53CACA70-2CF7-490C-BD06-1A2AE4EB**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=OpenArmsDefaultSLR
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
XML format
<OpenArmsDefaultSLRResponse>
<RequestId>53CACA70-2CF7-490C-BD06-1A2AE4EB****</RequestId>
<Data>true</Data>
</OpenArmsDefaultSLRResponse>
JSON format
{
"RequestId": "53CACA70-2CF7-490C-BD06-1A2AE4EB****",
"Data": true
}