zaqar/api-ref/source/samples/messages-list-response.json
yangzhenyu f605dd9bae The doc of bp support-md5-of-body
blueprint: support-md5-of-body
Change-Id: I7238971df284f5cd146e3013092b353649cffc6f
2018-02-08 01:01:57 +00:00

35 lines
996 B
JSON

{
"messages": [
{
"body": {
"current_bytes": "0",
"event": "BackupProgress",
"total_bytes": "99614720"
},
"age": 482,
"href": "/v2/queues/beijing/messages/578edfe6508f153f256f717b",
"id": "578edfe6508f153f256f717b",
"ttl": 3600,
"checksum": "MD5:abf7213555626e29c3cb3e5dc58b3515"
},
{
"body": {
"current_bytes": "0",
"event": "BackupProgress",
"total_bytes": "99614720"
},
"age": 456,
"href": "/v2/queues/beijing/messages/578ee000508f153f256f717d",
"id": "578ee000508f153f256f717d",
"ttl": 3600,
"checksum": "MD5:abf7213555626e29c3cb3e5dc58b3515"
}
],
"links": [
{
"href": "/v2/queues/beijing/messages?marker=17&echo=true",
"rel": "next"
}
]
}