Query IPC usage.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
string |
No |
Start Time. UTC time in the format: yyyy-MM-ddTHH:mm:ssZ. |
2025-05-08T08:52:00Z |
| EndTime |
string |
No |
End time. UTC time in the format: yyyy-MM-ddTHH:mm:ssZ. The difference between EndTime and StartTime must not exceed 180 days. |
2025-05-09T08:52:00Z |
| Capability |
string |
No |
Capability. Default value is understand. Valid values:
|
understand |
| PageNo |
integer |
No |
Page number for paging. Default Value: 1. |
1 |
| PageSize |
integer |
No |
Page size, which specifies the number of entries displayed per page. Default value is 10, and the maximum value is 50. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
******11-DB8D-4A9A-875B-275798****** |
| IpcQuotaInfos |
array<object> |
List of IPC usage information. |
|
|
object |
IPC usage information. |
||
| Capability |
string |
Capability. Valid values:
|
understand |
| DateTime |
string |
Corresponding time. UTC time in the format: yyyy-MM-ddTHH:mm:ssZ. |
2025-12-21T16:00:00Z |
| MaxQuota |
integer |
Maximum available quota. |
10000 |
| ConsumedQuota |
integer |
Consumed quota. |
32 |
| Total |
string |
Total number of records. |
39 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"IpcQuotaInfos": [
{
"Capability": "understand",
"DateTime": "2025-12-21T16:00:00Z",
"MaxQuota": 10000,
"ConsumedQuota": 32
}
],
"Total": "39"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.