Retrieves information about an IPC device.
Debug
Authorization information
The following table describes the authorization information for this operation. You can add this information to the Action element of a Resource Access Management (RAM) access policy to grant a RAM user or RAM role the permission to call this operation. The following list describes the columns in the table.
- Operation: The specific permission.
- Access level: The access level of each operation. Valid values are Write, Read, and List.
- Resource type: The type of resource on which the operation can be authorized.
- An asterisk (*) indicates a required resource type.
- If an operation does not support resource-level authorization, this column is set to
All resources.
- Condition key: The condition keys defined by the cloud product.
- Associated operation: Other permissions required to call the operation. The caller must also have permissions for the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| ice:GetIpcDeviceInfo | get | *All resources * |
| None |
Request parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| DeviceId | string | No | The device ID. | d123 |
| StartTime | string | No | The start time. The time is in UTC. The format is yyyy-MM-ddTHH:mm:ssZ. | 2017-01-11T12:00:00Z |
| EndTime | string | No | The end time. The time is in UTC. The format is yyyy-MM-ddTHH:mm:ssZ. The interval between the start time and the end time cannot exceed 180 days. | 2017-02-11T12:00:00Z |
| Capability | string | No | The capability. Default value: understand. Valid values:
| understand |
| PageNo | integer | No | The page number for paging. 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
Example of a successful response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"DeviceInfos": [
{
"DeviceId": "d123",
"Capability": "understand",
"ExpireTime": "2017-02-11T12:00:00Z"
}
],
"Total": 78
}Error codes
For a list of error codes, see the Error Center.
Change history
| Change date | Change Summary | Operation |
|---|---|---|
| 2025-12-23 | Added this OpenAPI operation. | View details |
