masakari/doc/api_samples/notifications/notifcations-list-resp.json
Abhishek Kekane f5e074c9e4 Masakari API Specifications
Added api specifications for versions, segments, hosts and
notifications as per OpenStack standards.

Change-Id: Iefc83254e22fc31d1f0d13f52e71d42c63e82b7d
2017-11-27 05:29:45 +00:00

21 lines
611 B
JSON

{
"notifications": [
{
"notification_uuid": "32bc95ac-858d-460a-b562-7e365391be64",
"status": "new",
"source_host_uuid": "083a8474-22c0-407f-b89b-c569134c3bfd",
"deleted": false,
"created_at": "2017-04-21T12:09:44.000000",
"updated_at": null,
"id": 1,
"generated_time": "2017-04-21T17:29:55.000000",
"deleted_at": null,
"type": "PROCESS",
"payload": {
"process_name": "nova-compute",
"event": "stopped"
}
}
]
}