The service API is defined to be a subset of the Admin API and, by default, runs on port 5000.
This call is identical to that documented for the Admin API, except that it uses port 5000, instead of port 35357, by default:
$ curl http://0.0.0.0:5000
or:
$ curl http://0.0.0.0:5000/v2.0/
See the Admin API Examples Using Curl for more info.
This call is identical to that documented for the Admin API.
This call is identical to that documented for the Admin API.
List all of the tenants your token can access:
$ curl -H "X-Auth-Token:887665443383838" http://localhost:5000/v2.0/tenants
Returns:
{
"tenants":{
"values":[
{
"enabled":true,
"description":"None",
"name":"customer-x",
"id":"1"
}
],
"links":[]
}
}