Merge "Add parameter "metadata" to the example of the response body"
This commit is contained in:
commit
fb03a246ee
@ -7,7 +7,10 @@
|
|||||||
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
|
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
|
||||||
"status": "available",
|
"status": "available",
|
||||||
"size": 30,
|
"size": 30,
|
||||||
"created_at": "2012-02-29T03:50:07Z"
|
"created_at": "2012-02-29T03:50:07Z",
|
||||||
|
"metadata": {
|
||||||
|
"contents": "junk"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "e479997c-650b-40a4-9dfe-77655818b0d2",
|
"id": "e479997c-650b-40a4-9dfe-77655818b0d2",
|
||||||
@ -16,7 +19,8 @@
|
|||||||
"volume_id": "76b8950a-8594-4e5b-8dce-0dfa9c696358",
|
"volume_id": "76b8950a-8594-4e5b-8dce-0dfa9c696358",
|
||||||
"status": "available",
|
"status": "available",
|
||||||
"size": 25,
|
"size": 25,
|
||||||
"created_at": "2012-03-19T01:52:47Z"
|
"created_at": "2012-03-19T01:52:47Z",
|
||||||
|
"metadata": {}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -6,7 +6,11 @@
|
|||||||
volume_id="521752a6-acf6-4b2d-bc7a-119f9148cd8c"
|
volume_id="521752a6-acf6-4b2d-bc7a-119f9148cd8c"
|
||||||
status="available"
|
status="available"
|
||||||
size="30"
|
size="30"
|
||||||
created_at="2012-02-29T03:50:07Z" />
|
created_at="2012-02-29T03:50:07Z">
|
||||||
|
<metadata>
|
||||||
|
<meta key="contents">junk</meta>
|
||||||
|
</metadata>
|
||||||
|
</snapshot>
|
||||||
<snapshot id="e479997c-650b-40a4-9dfe-77655818b0d2"
|
<snapshot id="e479997c-650b-40a4-9dfe-77655818b0d2"
|
||||||
display_name="snap-002"
|
display_name="snap-002"
|
||||||
display_description="Weekly backup"
|
display_description="Weekly backup"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user