List agent binary download sources

GET /api/fleet/agent_download_sources

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agent_download_sources

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • items array[object]
      Hide items attributes Show items attributes object
      • host string Required
      • id string
      • is_default boolean Required
      • name string Required
      • proxy_id string | null

        The ID of the proxy to use for this download source. See the proxies API for more information.

    • page integer
    • perPage integer
    • total integer
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/agent_download_sources
curl \
 --request GET 'http://localhost:5601/api/fleet/agent_download_sources' \
 --header "Authorization: $API_KEY"