All Products
Search
Document Center

Application Real-Time Monitoring Service:QueryReleaseMetric

Last Updated:Sep 19, 2024

Queries the metrics that are provided for different versions of a specified Enterprise Distributed Application Service (EDAS) or Kubernetes application.

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
arms:QueryReleaseMetricnone
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PidstringYes

The ID of the Enterprise Distributed Application Service (EDAS) or Kubernetes application.

8b46d03f-5947-449d-90fd-3a96c2******
ChangeOrderIdstringYes

The ID of the change order.

a341a2f2-ed07-4257-aae9-dfb1be******
ReleaseStartTimelongYes

The start time of the version release.

1632798686692
ReleaseEndTimelongYes

The end time of the version release.

1632798718632
CreateTimelongNo

The time when the change order was created.

1634005438000
ServicestringNo

The service that you want to query.

clothservice
MetricTypestringNo

The type of the metric that you want to query.

SystemContrast
ProxyUserIdstringNo

This parameter is not in use.

null

Response parameters

ParameterTypeDescriptionExample
object
Datastring

The returned metric 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}
RequestIdstring

The request ID.

46355DD8-FC56-40C5-BFC6-269DE4F9****

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError message
400IdempotentParameterMismatchThe 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 timeSummary of changesOperation
No change history