Files
nova/doc/v3/api_samples/os-hide-server-addresses/servers-details-resp.xml
Chris Yeoh 12c8ea8569 Adds v3 API samples for hide server addresses and keypairs
Adds the v3 API samples for the hide server addresses and
keypairs extensions. Bundled together to reduce review load

Partially implements blueprint v3-api-specification

+DocImpact

Change-Id: If331d79a878af7543c8792ab4d675fc996c3cd04
2013-09-25 01:04:10 +09:30

17 lines
1.1 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<servers xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
<server status="ACTIVE" updated="2013-09-24T14:46:12Z" user_id="fake" name="new-server-test" created="2013-09-24T14:46:12Z" tenant_id="openstack" access_ip_v4="" progress="0" host_id="2bd7dab315ad4219b9762b73fdd9e4b12c00e28d9c21864491ca31f8" id="7e699638-e818-4e05-91f4-15cb802e6da0" access_ip_v6="" key_name="None">
<image id="70a599e0-31e7-49b7-b260-868f441e862b">
<atom:link href="http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b" rel="bookmark"/>
</image>
<flavor id="1">
<atom:link href="http://openstack.example.com/flavors/1" rel="bookmark"/>
</flavor>
<metadata>
<meta key="My Server Name">Apache1</meta>
</metadata>
<addresses/>
<atom:link href="http://openstack.example.com/v3/servers/7e699638-e818-4e05-91f4-15cb802e6da0" rel="self"/>
<atom:link href="http://openstack.example.com/servers/7e699638-e818-4e05-91f4-15cb802e6da0" rel="bookmark"/>
</server>
</servers>