b9c671718d
This patch adds GET /auth/catalog, GET /auth/projects and GET /auth/domains to the API site. Change-Id: Ifda4676680bb9759348bbf7f3353741c45308b8c Closes-bug: #1609178
28 lines
719 B
JSON
28 lines
719 B
JSON
{
|
|
"domains": [
|
|
{
|
|
"description": "my domain description",
|
|
"enabled": true,
|
|
"id": "1789d1",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/domains/1789d1"
|
|
},
|
|
"name": "my domain"
|
|
},
|
|
{
|
|
"description": "description of my other domain",
|
|
"enabled": true,
|
|
"id": "43e8da",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/domains/43e8da"
|
|
},
|
|
"name": "another domain"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/auth/domains",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|