
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation api-ref docs into keystone repository. Moving List Projects and Domains API to its own file is one of the TODO comments left there, which is being addressed in this change. Change-Id: I78572d6605c7eddd9c7b41bb2e982dc10728f46e
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"projects": [
|
|
{
|
|
"domain_id": "37ef61",
|
|
"enabled": true,
|
|
"id": "12d706",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/12d706"
|
|
},
|
|
"name": "a project name"
|
|
},
|
|
{
|
|
"domain_id": "37ef61",
|
|
"enabled": true,
|
|
"id": "9ca0eb",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/9ca0eb"
|
|
},
|
|
"name": "another project"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/OS-FEDERATION/projects",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
} |