keystone/api-ref/source/v3/samples/admin/regions-list-response.json
2016-07-15 04:05:04 +00:00

18 lines
386 B
JSON

{
"links": {
"next": null,
"previous": null,
"self": "http://example.com/identity/v3/regions"
},
"regions": [
{
"description": "",
"id": "RegionOne",
"links": {
"self": "http://example.com/identity/v3/regions/RegionOne"
},
"parent_region_id": null
}
]
}