资源变更消息存储完成的消息通知模型
资源变更消息存储完成的消息通知模型
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
notification_type |
String |
消息通知类型。此处的消息通知类型为“NotificationArchiveCompleted”。 |
|
notification_creation_time |
String |
消息发送时间。 具有固定格式:遵循ISO8601格式,UTC时区(例如:2018-11-14T08:59:14Z)。 |
|
domain_id |
String |
账号ID。 |
|
detail |
Object |
消息详情。 |
|
参数 |
参数类型 |
描述 |
|---|---|---|
|
region_id |
String |
资源变更消息所在区域ID。 |
|
bucket_name |
String |
资源变更消息所在OBS桶名。 |
|
object_key |
String |
资源变更消息存储的OBS桶内对象的路径。 |
资源变更消息存储完成的消息通知示例
{
"detail": {
"region_id": "regionid1a",
"bucket_name": "test",
"object_key": "RMSLogs/059b5c937100d3e40ff0c00a7675a0a0/Notification/2020/12/10/NotificationChunk/059b5c937100d3e40ff0c00a7675a0a0_Notification_regionid1a_NotificationChunk_VPC_VPCS_2020-12-10T024612Z_2020-12-10T050621Z.json.gz"
},
"notification_type": "NotificationArchiveCompleted",
"notification_creation_time": "2020-12-10T05:09:28.002Z",
"domain_id": "059b5c937100d3e40ff0c00a7675a0a0"
}