Merge "Update list responses to show different ids for different items"
This commit is contained in:
commit
2c32080b9a
@ -8,9 +8,9 @@
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123456",
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -8,9 +8,9 @@
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123456",
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -12,18 +12,18 @@
|
||||
{
|
||||
"description": "Developers cleared for work on secret projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"id": "101113",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
"self": "http://identity:35357/v3/groups/101113"
|
||||
},
|
||||
"name": "Secure Developers"
|
||||
},
|
||||
{
|
||||
"description": "Testers cleared for work on all general projects",
|
||||
"domain_id": "161718",
|
||||
"id": "101112",
|
||||
"id": "101114",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/groups/101112"
|
||||
"self": "http://identity:35357/v3/groups/101114"
|
||||
},
|
||||
"name": "Testers"
|
||||
}
|
||||
|
@ -19,9 +19,9 @@
|
||||
"role:compute-user"
|
||||
]
|
||||
},
|
||||
"id": "717273",
|
||||
"id": "717274",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/policies/717273"
|
||||
"self": "http://identity:35357/v3/policies/717274"
|
||||
},
|
||||
"project_id": "456789",
|
||||
"type": "application/json",
|
||||
|
@ -8,9 +8,9 @@
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123456",
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -8,9 +8,9 @@
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123456",
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -30,7 +30,7 @@
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"id": "313233"
|
||||
"id": "313234"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -8,9 +8,9 @@
|
||||
"name": "admin"
|
||||
},
|
||||
{
|
||||
"id": "123456",
|
||||
"id": "123457",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/roles/123456"
|
||||
"self": "http://identity:35357/v3/roles/123457"
|
||||
},
|
||||
"name": "manager"
|
||||
}
|
||||
|
@ -4,10 +4,10 @@
|
||||
"description": "description of this project",
|
||||
"domain_id": "161718",
|
||||
"enabled": true,
|
||||
"id": "456789",
|
||||
"id": "456788",
|
||||
"parent_id": "212223",
|
||||
"links": {
|
||||
"self": "http://identity:35357/v3/projects/456789"
|
||||
"self": "http://identity:35357/v3/projects/456788"
|
||||
},
|
||||
"name": "a project name"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user