Skip to content

Instantly share code, notes, and snippets.

@arcolife
Created September 26, 2017 11:11
Show Gist options
  • Save arcolife/3f44860e5485a23d867d69c2972e3da7 to your computer and use it in GitHub Desktop.
Save arcolife/3f44860e5485a23d867d69c2972e3da7 to your computer and use it in GitHub Desktop.
[root@CFME-R0000-OSP-SCALE-5820-DB-01 log]# curl -XGET -H "X-Auth-Token: $OS_token" http://192.0.2.11:5000/v2.0 | json_reformat
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 340 100 340 0 0 3489 0 --:--:-- --:--:-- --:--:-- 3541
{
"version": {
"status": "deprecated",
"updated": "2016-08-04T00:00:00Z",
"media-types": [
{
"base": "application/json",
"type": "application/vnd.openstack.identity-v2.0+json"
}
],
"id": "v2.0",
"links": [
{
"href": "http://192.0.2.11:5000/v2.0/",
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"type": "text/html",
"rel": "describedby"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment