Queries the monitoring information about vCPUs, memory, disk IOPS, and traffic of a simple application server.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
swas-open:DescribeMonitorData |
get |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the simple application server. You can call the ListRegions operation to query the most recent region list. |
cn-hangzhou |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence. |
123e4567-e89b-12d3-a456-426655440000 |
| InstanceId |
string |
Yes |
The ID of the simple application server. |
2ad1ae67295445f598017499dc**** |
| MetricName |
string |
Yes |
The name of the metric. Valid values:
|
DISKUSAGE_USED |
| Period |
string |
Yes |
The interval at which the monitoring data is queried. Valid values: 60, 300, and 900. Unit: seconds. Note
If MetricName is set to FLOW_USED, set Period to 3600 (one hour). In other cases, set Period based on your business requirements. |
60 |
| StartTime |
string |
Yes |
The beginning of the time range to query. The following formats are supported:
Note
|
2022-09-07T04:04:44Z |
| EndTime |
string |
Yes |
The end of the time range to query. The following formats are supported:
Note
The interval between the start time and the end time is less than or equal to 31 days. |
2022-09-08T08:04:44Z |
| NextToken |
string |
No |
The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken. |
AAAAAV3MpHK1AP0pfERHZN5pu6nOc1nj4M9UaAZ/I8db*** |
| Length |
string |
No |
The number of entries per page. Valid values: 1 to 1440. |
100 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
30637AD6-D977-4833-A54C-CC89483E**** |
| Datapoints |
string |
The monitoring data. |
[] |
| Period |
string |
The interval at which the monitoring data is queried. Valid values: 60, 300, and 900. Unit: seconds. Note
If you set the MetricName request parameter to FLOW_USED, the value of Period is 3600 (one hour). |
60 |
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. |
AAAAAV3MpHK1AP0pfERHZN5pu6nOc1nj4M9UaAZ/I8db*** |
Examples
Success response
JSON format
{
"RequestId": "30637AD6-D977-4833-A54C-CC89483E****",
"Datapoints": "[]",
"Period": "60",
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6nOc1nj4M9UaAZ/I8db***\n"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | An error occurred while processing your request. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.