获取当前账号资源投递渠道统计信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
resourcecenter:GetDeliveryChannelStatistics |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
DeliveryChannelId |
string |
是 |
投递渠道 ID。 |
dc-6q79dm4o9*** |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
返回参数。 |
||
DeliveryChannelStatistics |
object |
投递渠道统计信息。 |
|
DeliveryChannelId |
string |
投递渠道 ID。 |
dc-6q79dm4o9*** |
DeliveryChannelName |
string |
投递渠道名称。 |
test-delivery-channel |
LatestChangeDeliveryTime |
string |
最近一次资源配置变更投递时间。 |
2025-06-03T16:05:15Z |
LatestSnapshotDeliveryTime |
string |
最近一次资源快照定时投递时间。 |
2025-06-03T16:00:00Z |
RequestId |
string |
请求 ID。 |
80DF0610-504C-56D7-BDCF-7C92FD687*** |
示例
正常返回示例
JSON
格式
{
"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***"
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
404 | NotExists.DeliveryChannelId | The DeliveryChannelId does not exist. | 输入的 DeliveryChannelId 不存在。 |
409 | InvalidParameter.DeliveryChannelId | The specified parameter DeliveryChannelId is not valid. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?