Query parameters

  • master_timeoutstring

    Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.

    Values are -1 or 0.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • policiesobject Required
      Hide policies attribute Show policies attribute object
      • *object Additional properties
        Hide * attributes Show * attributes object
        • required_capacityobject Required
          Hide required_capacity attributes Show required_capacity attributes object
          • nodeobject Required
            Hide node attributes Show node attributes object
            • storagenumber Required
            • memorynumber Required
          • totalobject Required
            Hide total attributes Show total attributes object
            • storagenumber Required
            • memorynumber Required
        • current_capacityobject Required
          Hide current_capacity attributes Show current_capacity attributes object
          • nodeobject Required
            Hide node attributes Show node attributes object
            • storagenumber Required
            • memorynumber Required
          • totalobject Required
            Hide total attributes Show total attributes object
            • storagenumber Required
            • memorynumber Required
        • current_nodesarray[object] Required
          Hide current_nodes attribute Show current_nodes attribute object
          • namestring Required
        • decidersobject Required
          Hide deciders attribute Show deciders attribute object
          • *object Additional properties
            Hide * attributes Show * attributes object
            • required_capacityobject Required
              Hide required_capacity attributes Show required_capacity attributes object
              • nodeobject Required
              • totalobject Required
            • reason_summarystring
            • reason_detailsobject
GET /_autoscaling/capacity
curl \
 --request GET 'http://api.example.com/_autoscaling/capacity' \
 --header "Authorization: $API_KEY"
Response examples (200)
This may be a response to `GET /_autoscaling/capacity`.
{
  policies: {}
}