5740a320f8
Add the following query options to the api-ref: * parents_as_list (key-only, no value expected) * subtree_as_list (key-only, no value expected) * parents_as_ids (key-only, no value expected) * subtree_as_ids (key-only, no value expected) Change-Id: Ie9362885d57112c81c7141c4238e9e3d5d3e0431 Closes-Bug: #1609175
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "263fd9",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/263fd9"
|
|
},
|
|
"name": "Dev Group A",
|
|
"parent_id": "183ab2",
|
|
"subtree": [
|
|
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "9n1jhb",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/9n1jhb"
|
|
},
|
|
"name": "Dev Group A Child 1",
|
|
"parent_id": "263fd9"
|
|
}
|
|
},
|
|
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "4b6aa1",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/4b6aa1"
|
|
},
|
|
"name": "Dev Group A Child 2",
|
|
"parent_id": "263fd9"
|
|
}
|
|
},
|
|
{
|
|
"project": {
|
|
"domain_id": "1789d1",
|
|
"enabled": true,
|
|
"id": "b76eq8",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/b76xq8"
|
|
},
|
|
"name": "Dev Group A Grandchild",
|
|
"parent_id": "4b6aa1"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|