Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. curl -s https://lon.images.api.rackspacecloud.com/v2/tasks/5d0a30b6-dc6e-4bdc-81ef-4af62e2c8865 -H "X-Auth-Token: AABOjcYOctmBDABseP6S4sUa41IKM4MB_J9XdEXVcJ6CZXZSHgm4ub4TqzxJrBNi1X1Bdb520tOYVbDgwbANUwVtks1jH1uUmJeQ7HUj3wI79XTTsiDCf" | python -m json.tool
  2. {
  3. "created_at": "2015-11-27T14:08:21Z",
  4. "expires_at": "2015-11-29T14:08:22Z",
  5. "id": "5d0a30b6-dc6e-4bdc-81ef-4af62e2c8865",
  6. "input": {
  7. "image_uuid": "112e4d54-20c0-4bfb-97db-be3ac6216086",
  8. "receiving_swift_container": "kesi"
  9. },
  10. "message": "Requested image for export was not found: 112e4d54-20c0-4bfb-97db-be3ac6216086",
  11. "owner": "10034553",
  12. "result": null,
  13. "schema": "/v2/schemas/task",
  14. "self": "/v2/tasks/5d0a30b6-dc6e-4bdc-81ef-4af62e2c8865",
  15. "status": "failure",
  16. "type": "export",
  17. "updated_at": "2015-11-27T14:08:23Z"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement