summaryrefslogtreecommitdiff
path: root/doc/notification_samples/common_payloads/ServiceStatusPayload.json
blob: e3b12e235a457131a8314bc1d23e0f4c91e1af5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "nova_object.name": "ServiceStatusPayload",
    "nova_object.namespace": "nova",
    "nova_object.version": "1.1",
    "nova_object.data": {
        "host": "host2",
        "disabled": false,
        "binary": "nova-compute",
        "topic": "compute",
        "disabled_reason": null,
        "forced_down": false,
        "version": 23,
        "availability_zone": null,
        "uuid": "fa69c544-906b-4a6a-a9c6-c1f7a8078c73",
        "last_seen_up": null,
        "report_count": 0
    }
}