masakari/doc/api_samples/notifications/host-notification-create-req.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

13 lines
298 B
JSON

{
"notification": {
"type": "COMPUTE_HOST",
"generated_time": "2017-04-24 08:34:46",
"payload": {
"event": "STOPPED",
"host_status": "UNKNOWN",
"cluster_status": "OFFLINE"
},
"hostname": "openstack-VirtualBox"
}
}