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

13 lines
304 B
JSON

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