3c47ba4118
Change 'http://localhost:5000/v3', 'http://localhost:35357/v3' and 'http://identity:35357/v3' to 'http://example.com/identity/v3'. Change-Id: I68d67bb35a8d411fa4535b63771780d0dda1c225
24 lines
550 B
JSON
24 lines
550 B
JSON
{
|
|
"roles": [
|
|
{
|
|
"id": "123456",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/123456"
|
|
},
|
|
"name": "admin"
|
|
},
|
|
{
|
|
"id": "123457",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/roles/123457"
|
|
},
|
|
"name": "manager"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/domains/161718/groups/101112/roles",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|