swati06

curl_output

Mar 17th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. root@infr001-clddev_designate_container-1c276840:~# curl http://127.0.0.1:9001
  2. {
  3. "versions": {
  4. "values": [
  5. {
  6. "id": "v1",
  7. "links": [
  8. {
  9. "href": "http://10.16.34.6:9001/v1",
  10. "rel": "self"
  11. }
  12. ],
  13. "status": "DEPRECATED"
  14. },
  15. {
  16. "id": "v2",
  17. "links": [
  18. {
  19. "href": "http://10.16.34.6:9001/v2",
  20. "rel": "self"
  21. }
  22. ],
  23. "status": "CURRENT"
  24. }
  25. ]
  26. }
Add Comment
Please, Sign In to add comment