Files
masakari/doc/api_samples/hosts/hosts-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

30 lines
736 B
JSON

{
"hosts": [
{
"reserved": false,
"uuid": "083a8474-22c0-407f-b89b-c569134c3bfd",
"deleted": false,
"on_maintenance": false,
"created_at": "2017-04-21T10:09:20.000000",
"control_attributes": "SSH",
"updated_at": null,
"name": "openstack-VirtualBox",
"failover_segment": {
"uuid": "9e800031-6946-4b43-bf09-8b3d1cab792b",
"deleted": false,
"created_at": "2017-04-20T10:17:17.000000",
"description": null,
"recovery_method": "auto",
"updated_at": null,
"service_type": "COMPUTE",
"deleted_at": null,
"id": 2,
"name": "segment2"
},
"deleted_at": null,
"type": "COMPUTE_HOST",
"id": 1,
"failover_segment_id": "9e800031-6946-4b43-bf09-8b3d1cab792b"
}
]
}