masakari/releasenotes/notes/host-apis-46a87fcd56d8ed30.yaml
bhagyashris 77f51c51a9 Fix release notes formatting
Formatted previously added release notes to avoid 'ScannerError'.
Also modified conf.py under releasenotes to generate releasenotes
as per standards and to remove occurrences of Glance snippet.

Closes-Bug: #1662445
Change-Id: Ie928d173c1ab4b512f303f6643da045d85a339c5
2017-02-15 12:18:25 +05:30

16 lines
625 B
YAML

---
features:
- |
Added following new REST API's for masakari operators:
- GET /v1/segments/<segment_uuid>/hosts - Returns list of all hosts
associated with failover segment.
- GET /v1/segments/<segment_uuid>/hosts/<host_uuid> - Returns specific host
from the failover segment with uuid.
- POST /v1/segments/<segment_uuid>/hosts - Creates a new host in failover
segment
- PUT /v1/segments/<segment_uuid>/hosts/<host_uuid> - Updates a host in
failover segment by uuid
- DELETE /v1/segments/<segment_uuid>/hosts/<host_uuid> - Delete a host from
failover segment by uuid