To list the Droplets in an autoscale pool, send a GET request to /v2/droplets/autoscale/$AUTOSCALE_POOL_ID/members.The response body will be a JSON object with a key of droplets. This will beset to an array containing information about each of the Droplets in the autoscale pool.
To list the Droplets in an autoscale pool, send a GET request to
/v2/droplets/autoscale/$AUTOSCALE_POOL_ID/members.The response body will be a JSON object with a key ofdroplets. This will beset to an array containing information about each of the Droplets in the autoscale pool.