Integrates the dashboard and collection rules of Prometheus Service.
This API has been deprecated. We recommend migrating to ARMS(2019-08-08) - InstallAddon for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region. |
cn-hangzhou |
| ClusterId |
string |
Yes |
The ID of the Container Service for Kubernetes (ACK) cluster. |
cc7a37ee31aea4ed1a059eff8034b**** |
| Integration |
string |
Yes |
The abbreviation of the ARMS-supported software. Valid values (case-insensitive): |
asm |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Data |
string |
Indicates whether the call was successful. |
success |
| RequestId |
string |
The ID of the request. |
1A9C645C-C83F-4C9D-8CCB-29BEC9E1**** |
| Code |
integer |
The HTTP status code. A value of 200 indicates success. Other values indicate errors. |
200 |
| Message |
string |
The returned message. |
success |
Examples
Success response
JSON format
{
"Data": "success",
"RequestId": "1A9C645C-C83F-4C9D-8CCB-29BEC9E1****",
"Code": 200,
"Message": "success"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.