summaryrefslogtreecommitdiff
path: root/doc/notification_samples/instance-volume_detach-end.json
blob: f06ff24d7962f2646bd78f54c054925668fc7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
    "event_type": "instance.volume_detach.end",
    "payload": {
        "nova_object.data": {
            "architecture": null,
            "availability_zone": "nova",
            "created_at": "2012-10-29T13:42:11Z",
            "deleted_at": null,
            "display_name": "some-server",
            "display_description":"some-server",
            "fault": null,
            "flavor": {
                "nova_object.name": "FlavorPayload",
                "nova_object.data": {
                    "flavorid": "a22d5517-147c-4147-a0d1-e698df5cd4e3",
                    "name": "test_flavor",
                    "projects": null,
                    "root_gb": 1,
                    "vcpus": 1,
                    "ephemeral_gb": 0,
                    "memory_mb": 512,
                    "disabled": false,
                    "rxtx_factor": 1.0,
                    "extra_specs": {
                        "hw:watchdog_action": "disabled"
                    },
                    "swap": 0,
                    "is_public": true,
                    "vcpu_weight": 0
                },
                "nova_object.version": "1.3",
                "nova_object.namespace": "nova"
            },
            "host": "compute",
            "host_name": "some-server",
            "image_uuid": "a2459075-d96c-40d5-893e-577ff92e721c",
            "ip_addresses": [{
                "nova_object.data": {
                    "address": "192.168.1.3",
                    "device_name": "tapce531f90-19",
                    "label": "private-network",
                    "meta": {},
                    "port_uuid": "ce531f90-199f-48c0-816c-13e38010b442",
                    "version": 4,
                    "mac": "fa:16:3e:4c:2c:30"
                },
                "nova_object.name": "IpPayload",
                "nova_object.namespace": "nova",
                "nova_object.version": "1.0"
            }],
            "kernel_id": "",
            "launched_at": "2012-10-29T13:42:11Z",
            "metadata": {},
            "locked":false,
            "node": "fake-mini",
            "volume_id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
            "os_type": null,
            "power_state":"running",
            "progress": 0,
            "ramdisk_id": "",
            "reservation_id": "r-6w6ruqaz",
            "state": "active",
            "task_state": null,
            "tenant_id": "6f70656e737461636b20342065766572",
            "terminated_at": null,
            "auto_disk_config": "MANUAL",
            "user_id": "fake",
            "uuid": "0ab886d0-7443-4107-9265-48371bfa662b"
        },
        "nova_object.name": "InstanceActionVolumePayload",
        "nova_object.namespace": "nova",
        "nova_object.version": "1.0"
    },
    "priority": "INFO",
    "publisher_id": "nova-compute:compute"
}