nova/doc/notification_samples/instance-rescue-end.json

13 lines
313 B
JSON

{
"event_type": "instance.rescue.end",
"payload": {
"$ref": "common_payloads/InstanceActionRescuePayload.json#",
"nova_object.data": {
"state": "rescued",
"power_state": "shutdown"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:compute"
}