nova/doc/notification_samples/instance-create-start.json

18 lines
455 B
JSON

{
"event_type":"instance.create.start",
"payload":{
"$ref":"common_payloads/InstanceCreatePayload.json#",
"nova_object.data": {
"host": null,
"ip_addresses": [],
"launched_at": null,
"node": null,
"updated_at": null,
"power_state": "pending",
"state": "building"
}
},
"priority":"INFO",
"publisher_id":"nova-compute:compute"
}