Mengkueri statistik saluran pengiriman Sumber daya di akun saat ini.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
resourcecenter:GetDeliveryChannelStatistics |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DeliveryChannelId |
string |
Yes |
ID saluran pengiriman. |
dc-6q79dm4o9*** |
Elemen respons
|
Element |
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*** |
Contoh
Respons sukses
JSONformat
{
"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***"
}
Kode kesalahan
|
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. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.