Files
nova/doc/v3/api_samples/os-services/services-list-get-resp.xml
Chris Yeoh 27b16916f2 Adds V3 API samples for srvcs, tenant usage, server_diagnostics
Adds V3 API samples for the services, simple tenant usage and
server_diagnostics extensions. Bundling them together to save
on review load

Partially implements blueprint v3-api-unittests
Partially implements blueprint v3-api-specification

Change-Id: I91edc6500acbe92221427383b4bcd3d00a8faadd
2013-09-27 09:14:22 +09:30

7 lines
655 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<services>
<service status="disabled" binary="nova-scheduler" zone="internal" state="up" updated_at="2012-10-29 13:42:02" host="host1" disabled_reason="test1"/>
<service status="disabled" binary="nova-compute" zone="nova" state="up" updated_at="2012-10-29 13:42:05" host="host1" disabled_reason="test2"/>
<service status="enabled" binary="nova-scheduler" zone="internal" state="down" updated_at="2012-09-19 06:55:34" host="host2" disabled_reason=""/>
<service status="disabled" binary="nova-compute" zone="nova" state="down" updated_at="2012-09-18 08:03:38" host="host2" disabled_reason="test4"/>
</services>