Merge "Add parameter "metadata" to the example of the response body"

This commit is contained in:
Jenkins 2015-07-30 16:37:33 +00:00 committed by Gerrit Code Review
commit fb03a246ee
2 changed files with 12 additions and 4 deletions

View File

@ -7,7 +7,10 @@
"volume_id": "521752a6-acf6-4b2d-bc7a-119f9148cd8c",
"status": "available",
"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",
@ -16,7 +19,8 @@
"volume_id": "76b8950a-8594-4e5b-8dce-0dfa9c696358",
"status": "available",
"size": 25,
"created_at": "2012-03-19T01:52:47Z"
"created_at": "2012-03-19T01:52:47Z",
"metadata": {}
}
]
}

View File

@ -6,7 +6,11 @@
volume_id="521752a6-acf6-4b2d-bc7a-119f9148cd8c"
status="available"
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"
display_name="snap-002"
display_description="Weekly backup"