blob: 0563c6b0272c04dfdcd6feac582abf2bac34a6ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"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"
}
|