Gets an item from the ApiSdk.v2.droplets.autoscale.item collection
A unique identifier for an autoscale pool.
To list all autoscale pools in your team, send a GET request to /v2/droplets/autoscale.The response body will be a JSON object with a key of autoscale_pools containing an array of autoscale pool objects.These each contain the standard autoscale pool attributes.
OptionalrequestConfiguration: RequestConfiguration<AutoscaleRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new autoscale pool, send a POST request to /v2/droplets/autoscale setting the required attributes.The response body will contain a JSON object with a key called autoscale_pool containing the standard attributes for the new autoscale pool.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all autoscale pools in your team, send a GET request to /v2/droplets/autoscale.The response body will be a JSON object with a key of autoscale_pools containing an array of autoscale pool objects.These each contain the standard autoscale pool attributes.
OptionalrequestConfiguration: RequestConfiguration<AutoscaleRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new autoscale pool, send a POST request to /v2/droplets/autoscale setting the required attributes.The response body will contain a JSON object with a key called autoscale_pool containing the standard attributes for the new autoscale pool.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/droplets/autoscale