summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-shelve-end.json
blob: da0a145c47b88f686263c71f4a84b92e152172f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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"
}