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.
OptionalrequestConfiguration: RequestConfiguration<MembersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
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.
OptionalrequestConfiguration: RequestConfiguration<MembersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/autoscale/{autoscale_pool_id}/members