keystone/api-ref/source/v3/samples/admin/region-create-response.json

11 lines
251 B
JSON

{
"region": {
"parent_region_id": "RegionOne",
"id": "RegionOneSubRegion",
"links": {
"self": "http://example.com/identity/v3/regions/RegionOneSubRegion"
},
"description": "My subregion"
}
}