3c47ba4118
Change 'http://localhost:5000/v3', 'http://localhost:35357/v3' and 'http://identity:35357/v3' to 'http://example.com/identity/v3'. Change-Id: I68d67bb35a8d411fa4535b63771780d0dda1c225
28 lines
784 B
JSON
28 lines
784 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"description": "Developers cleared for work on all general projects",
|
|
"domain_id": "1789d1",
|
|
"id": "ea167b",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/groups/ea167b"
|
|
},
|
|
"name": "Developers"
|
|
},
|
|
{
|
|
"description": "Developers cleared for work on secret projects",
|
|
"domain_id": "1789d1",
|
|
"id": "a62db1",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/groups/a62db1"
|
|
},
|
|
"name": "Secure Developers"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/users/9fe1d3/groups",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|