Queries the usage of Inter-Process Communication (IPC).
Debug
Authorization information
The following table describes the authorization information that is required to call this operation. You can add this information to the Action element of a Resource Access Management (RAM) access policy statement to grant a RAM user or RAM role the permissions to call this operation. The columns are described as follows:
- **Operation**: The specific permission.
- **Access level**: The access level of each operation. Valid values: Write, Read, and List.
- **Resource type**: The resource type on which you can grant permissions for the operation.
- An asterisk ( * ) indicates a required resource type.
- If an operation does not support resource-level authorization, the resource type is indicated by
All resources.
- **Condition key**: The condition key defined by the cloud product.
- **Associated operation**: Other permissions that are required for the operation to succeed. The caller must also be granted the permissions for the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| ice:QueryIpcQuota | Retrieve | *All resources * |
| None |
Request parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| StartTime | string | No | The start time. Specify the time in UTC. The format is yyyy-MM-ddTHH:mm:ssZ. | 2025-05-08T08:52:00Z |
| EndTime | string | No | The end time. Specify the time in UTC. The format is yyyy-MM-ddTHH:mm:ssZ. The interval between the start time and the end time cannot exceed 180 days. | 2025-05-09T08:52:00Z |
| Capability | string | No | The capability. The default value is understand. Valid values:
| understand |
| PageNo | integer | No | The page number. The default value is 1. | 1 |
| PageSize | integer | No | The number of entries to return on each page. The default value is 10. The maximum value is 50. | 10 |
Response parameters
Examples
Sample success response
Format: JSON
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"IpcQuotaInfos": [
{
"Capability": "understand",
"DateTime": "2025-12-21T16:00:00Z",
"MaxQuota": 10000,
"ConsumedQuota": 32
}
],
"Total": 39
}Error codes
For more information, see the Error Center.
Change history
| Change time | Change summary | Operation |
|---|---|---|
| 2025-12-23 | Added the OpenAPI. | View change details |
