Queries details about the number of requests based on conditions such as a time range.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pvtz:DescribeRequestGraph |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
Default value: en. |
en |
| UserClientIp |
string |
No |
The user's IP address. |
192.168.XX.XX |
| ZoneId |
string |
No |
The zone ID. Note
To query the number of requests for a zone, specify either ZoneId or both BizType and BizId. |
29c752a01cd281a20ddcfa**** |
| VpcId |
string |
No |
The ID of the Virtual Private Cloud (VPC). |
vpc-f8zvrvr1payllgz38**** |
| StartTimestamp |
integer |
Yes |
The start of the time range to query. This is a UNIX timestamp. |
1721036404000 |
| EndTimestamp |
integer |
Yes |
The end of the time range to query. This is a UNIX timestamp. |
1721723624000 |
| BizType |
string |
No |
The business type. Valid values:
|
AUTH_ZONE |
| BizId |
string |
No |
The data ID. This parameter is used with BizType.
|
b9c93a8954c4098731e863c04302f45a |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
EB71815-A421-4E51-8E8D-667F44ABE633 |
| RequestDetails |
object |
||
| ZoneRequestTop |
array<object> |
The details of the requests. |
|
|
object |
An object that contains details about the number of requests. |
||
| Time |
string |
The time point of the statistical data. |
2019-10-21T10:00Z |
| RequestCount |
integer |
The number of requests. |
103 |
| Timestamp |
integer |
The time point of the statistical data. This is a UNIX timestamp. |
1571652000000 |
Examples
Success response
JSON format
{
"RequestId": "EB71815-A421-4E51-8E8D-667F44ABE633",
"RequestDetails": {
"ZoneRequestTop": [
{
"Time": "2019-10-21T10:00Z",
"RequestCount": 103,
"Timestamp": 1571652000000
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.