Advertisement
Guest User

Untitled

a guest
Oct 17th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. method: POST
  2. resKey: tenant
  3. requestOptions: url: http://10.40.36.50:5000/v2.0/tenants
  4. json: true
  5. headers:
  6. X-Auth-Project-Id: admin
  7. X-Auth-Token: af04e3c80347fba6a00b8327286c886e
  8. body:
  9. tenant:
  10. name: ACME corp
  11. description: A description ...
  12. enabled: true
  13. err: null
  14. data: error:
  15. message: The resource could not be found.
  16. code: 404
  17. title: Not Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement