This command lists the floating IP addresses on the appropriate cloud for a specified configuration file.
Request
GET http://{hostname}:{port}
/landscaper/rest/cloud/resources/floatingIPs/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/
floatingIPs/blueprint/MyBlueprint/configuration/MyConfigOpenStack
Example response
[
{
"id": "34f0efe0-05d9-420c-922b-883d5b06cafa",
"name": "10.10.164.37"
},
{
"id": "1ef7858e-66c7-547c-824b-38faa1b2be8f",
"name": "10.10.164.60"
}]