get https://api.compose.io/2016-07/deployments//whitelist
Gets a list of whitelisted IP addresses on a deployment.
This endpoint returns all whitelist entries associated with the deployment given in the parameters. It returns an _embedded
object with a whitelist
key whose value is an array of whitelist entries. The key/values of the objects are detailed below.
Returned JSON
whitelist object key | Description |
---|---|
id | The whitelist entry id. |
description | The description associated with the whitelist entry. |
ip | The ip address that is being whitelisted. Returned ip addresses are netmasked by default. |