Retrieves the delivery channel statistics information for 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 delivery channel ID. |
dc-6q79dm4o9*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| DeliveryChannelStatistics |
object |
The delivery channel statistics information. |
|
| DeliveryChannelId |
string |
The delivery channel ID. |
dc-6q79dm4o9*** |
| DeliveryChannelName |
string |
The delivery channel name. |
test-delivery-channel |
| LatestChangeDeliveryTime |
string |
The most recent delivery time of a resource configuration change. The time is in UTC. Format: |
2025-06-03T16:05:15Z |
| LatestSnapshotDeliveryTime |
string |
The most recent scheduled delivery time of a resource snapshot. The time is in UTC. Format: |
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.