Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. HTTP/1.1 300 Multiple Choices
  2. Content-Length: 594
  3. Content-Type: application/json
  4. Vary: X-Auth-Token
  5.  
  6. {
  7. "versions": {
  8. "values": [
  9. {
  10. "id": "v3.8",
  11. "links": [
  12. {
  13. "href": "http://localhost:35357/v3/",
  14. "rel": "self"
  15. }
  16. ],
  17. "media-types": [
  18. {
  19. "base": "application/json",
  20. "type": "application/vnd.openstack.identity-v3+json"
  21. }
  22. ],
  23. "status": "stable",
  24. "updated": "2017-02-22T00:00:00Z"
  25. },
  26. {
  27. "id": "v2.0",
  28. "links": [
  29. {
  30. "href": "http://localhost:35357/v2.0/",
  31. "rel": "self"
  32. },
  33. {
  34. "href": "https://docs.openstack.org/",
  35. "rel": "describedby",
  36. "type": "text/html"
  37. }
  38. ],
  39. "media-types": [
  40. {
  41. "base": "application/json",
  42. "type": "application/vnd.openstack.identity-v2.0+json"
  43. }
  44. ],
  45. "status": "deprecated",
  46. "updated": "2016-08-04T00:00:00Z"
  47. }
  48. ]
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement