summaryrefslogtreecommitdiff
path: root/doc/notification_samples/volume-usage.json
blob: 03b89d34d6b7958e20ba570b11a91b9789bff9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "event_type": "volume.usage",
    "payload": {
        "nova_object.data": {
            "availability_zone": "nova",
            "instance_uuid": "88fde343-13a8-4047-84fb-2657d5e702f9",
            "last_refreshed": "2012-10-29T13:42:11Z",
            "project_id": "6f70656e737461636b20342065766572",
            "read_bytes": 0,
            "reads": 0,
            "user_id": "fake",
            "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
            "write_bytes": 0,
            "writes": 0
        },
        "nova_object.name": "VolumeUsagePayload",
        "nova_object.namespace": "nova",
        "nova_object.version": "1.0"
    },
    "priority": "INFO",
    "publisher_id": "nova-compute:compute"
}