To list all of the scaling history events of an autoscale pool, send a GET request to /v2/droplets/autoscale/$AUTOSCALE_POOL_ID/history.The response body will be a JSON object with a key of history. This will beset to an array containing objects each representing a history event.
To list all of the scaling history events of an autoscale pool, send a GET request to
/v2/droplets/autoscale/$AUTOSCALE_POOL_ID/history.The response body will be a JSON object with a key ofhistory. This will beset to an array containing objects each representing a history event.