This command lists the regions on the appropriate cloud for a specified configuration file.
Request
GET http://{hostname}:{port}
/landscaper/rest/cloud/resources/regions/blueprint/{blueprint}/configuration/{configuration}
Accept: application/json
Table 1. URL parameters
Parameter |
Type |
Required |
Description |
blueprint |
string |
true |
The blueprint ID |
configuration |
string |
true |
The configuration file ID |
Example
curl -u jsmith:passwd
http://myserver.example.com:8080/landscaper/rest/cloud/resources/regions/
blueprint/MyBlueprint/configuration/MyConfig
-H "Accept: application/json"
Example response
[
{
"id": "us-east-1",
"name": "US East (Northern Virginia)"
},
{
"id": "ap-northeast-1",
"name": "Asia Pacific (Tokyo)"
}
]