Queries the metrics that are provided for different versions of a specified Enterprise Distributed Application Service (EDAS) or Kubernetes application.
Debugging
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.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
arms:QueryReleaseMetric | none |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Pid | string | Yes | The ID of the Enterprise Distributed Application Service (EDAS) or Kubernetes application. | 8b46d03f-5947-449d-90fd-3a96c2****** |
ChangeOrderId | string | Yes | The ID of the change order. | a341a2f2-ed07-4257-aae9-dfb1be****** |
ReleaseStartTime | long | Yes | The start time of the version release. | 1632798686692 |
ReleaseEndTime | long | Yes | The end time of the version release. | 1632798718632 |
CreateTime | long | No | The time when the change order was created. | 1634005438000 |
Service | string | No | The service that you want to query. | clothservice |
MetricType | string | No | The type of the metric that you want to query. | SystemContrast |
ProxyUserId | string | No | This parameter is not in use. | null |
Response parameters
Examples
Sample success responses
JSON
format
{
"Data": "{\"data\":{\"SystemCpuUser\":{\"all\":[{\"date\":1632798718000,\"val\":4.3277,\"dim\":\"SystemCpuUser\"},{\"date\":1632798733000,\"val\":8.1091,\"dim\":\"SystemCpuUser\"}]},\"SystemMemUtil\":{\"all\":[{\"date\":1632798718000,\"val\":73.4227,\"dim\":\"SystemMemUtil\"},{\"date\":1632798733000,\"val\":93.0977,\"dim\":\"SystemMemUtil\"}]}},\"success\":true}",
"RequestId": "46355DD8-FC56-40C5-BFC6-269DE4F9****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|