Files
nova/doc/notification_samples/service-delete.json
T
Lajos Katona 39f9ef719e Deduplicate service status notification samples
This patch refactors the sample files of service-create, service-delete
and service-update notifications to use a common ServiceStatusPayload
sample data.

Change-Id: I708ce5423806d2913e77abbe338aec970a5009dc
2018-01-10 15:29:28 +00:00

9 lines
190 B
JSON

{
"priority": "INFO",
"payload": {
"$ref": "common_payloads/ServiceStatusPayload.json#"
},
"event_type": "service.delete",
"publisher_id": "nova-compute:host2"
}