Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Bad tenant
  2. curl -H "X-Auth-Token: $TOKEN_ID" http://192.168.<IP>:8776/v1/cb988e6b54c14b4bba86d1741a6e8f0d/volumes/detail
  3. {"badRequest": {"message": "Malformed request url", "code": 400}}
  4.  
  5.  
  6.  
  7. Good tenant
  8. curl -H "X-Auth-Token: $TOKEN_ID" http://192.168.<IP>:8776/v1/e2c0efbbe93247f2a060853941a61dd0/volumes/detail
  9. {"volumes": [{"status": "in-use",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement