Merge "Fix a response body in "Compute v2 Show server metadata item details""
This commit is contained in:
commit
ca403dde02
@ -0,0 +1,5 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "test_server"
|
||||
}
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<meta xmlns="http://docs.openstack.org/compute/api/v1.1" key="type">staging_server</meta>
|
@ -1866,13 +1866,13 @@
|
||||
<response status="200 203">
|
||||
<representation mediaType="application/json">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<xsdxt:code href="../api_samples/server-metadata-resp.json"/>
|
||||
<xsdxt:code href="../api_samples/server-metadata-item-resp.json"/>
|
||||
</wadl:doc>
|
||||
&x-compute-request-idHeader;
|
||||
</representation>
|
||||
<representation mediaType="application/xml" element="csapi:meta">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
|
||||
<xsdxt:code href="../api_samples/server-metadata-resp.xml"/>
|
||||
<xsdxt:code href="../api_samples/server-metadata-item-resp.xml"/>
|
||||
</wadl:doc>
|
||||
</representation>
|
||||
</response>
|
||||
|
Loading…
x
Reference in New Issue
Block a user