Queries the statistics of a resource delivery channel in the current account.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
resourcecenter:GetDeliveryChannelStatistics | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
DeliveryChannelId | string | Yes | The ID of the delivery channel. | dc-6q79dm4o9*** |
Response elements
Parameter | Type | Description | Example |
object | The response parameters. | ||
| DeliveryChannelStatistics | object | The statistics of the delivery channel. | |
DeliveryChannelId | string | The ID of the delivery channel. | dc-6q79dm4o9*** |
DeliveryChannelName | string | The name of the delivery channel. | test-delivery-channel |
LatestChangeDeliveryTime | string | The last time a resource configuration change was delivered. | 2025-06-03T16:05:15Z |
LatestSnapshotDeliveryTime | string | The last time a scheduled resource snapshot was delivered. | 2025-06-03T16:00:00Z |
RequestId | string | The request ID. | 80DF0610-504C-56D7-BDCF-7C92FD687*** |
Examples
Success response
JSON format
{
"DeliveryChannelStatistics": {
"DeliveryChannelId": "dc-6q79dm4o9***\n",
"DeliveryChannelName": "test-delivery-channel",
"LatestChangeDeliveryTime": "2025-06-03T16:05:15Z",
"LatestSnapshotDeliveryTime": "2025-06-03T16:00:00Z"
},
"RequestId": "80DF0610-504C-56D7-BDCF-7C92FD687***"
}Error codes
HTTP status code | Error code | Error message | Description |
404 | NotExists.DeliveryChannelId | The DeliveryChannelId does not exist. | The DeliveryChannelId does not exist. |
409 | InvalidParameter.DeliveryChannelId | The specified parameter DeliveryChannelId is not valid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.