Help Center/ Config/ User Guide/ Appendix/ Notification Models/ Notification Model of Resource Change Notification Storage
Updated on 2024-07-29 GMT+08:00

Notification Model of Resource Change Notification Storage

Notification Model of Resource Change Notification Storage

Table 1 Parameters of the notification model

Parameter

Type

Description

notification_type

String

The type of a notification. For resource change notification storage, the notification type is NotificationArchiveCompleted.

notification_creation_time

String

The time when the message was sent.

The notification creation time is a UTC time (such as 2018-11-14T08:59:14Z) that complies with ISO8601.

domain_id

String

Account ID.

detail

Object

Notification details.

Table 2 detail parameters

Parameter

Type

Description

region_id

String

The ID of the region where resource snapshots reside.

bucket_name

String

The name of the OBS bucket where resource snapshots are stored.

object_key

String

The path of an object in an OBS bucket where resource snapshots are stored.

Notification Example of Resource Change Notification Storage

{
	"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"
}