Comment 2 for bug 1185828

Revision history for this message
Duncan Thomas (duncan-thomas) wrote : Re: Invalid path names can return 200 and store file in cache

Cinder example (subtly redacted):

$ curl -i https://region-b.geo-1.block.hpcloudsvc.com/v1/123456/volumes/detail.xxx -X GET -H "X-Auth-Project-Id: <email address hidden>" -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: HPAuth10_abcdef1234567890"
HTTP/1.1 200 OK
Content-Length: 340
Content-Type: application/json
Date: Thu, 30 May 2013 16:26:51 GMT
X-Compute-Request-Id: req-f11111b-39e9-4a2d-ab37-4d98591c4b64

{"volumes": [{"status": "available", "display_name": null, "attachments": [], "availability_zone": "az1", "bootable": "false", "created_at": "2013-05-16T13:48:11.000000", "display_description": null, "volume_type": "None", "snapshot_id": null, "source_volid": null, "metadata": {}, "id": "34a9d0cd-a74c-4b52-8067-db1234c0590f", "size": 1}]}