Get agent binary download source by ID

GET /api/fleet/agent_download_sources/{sourceId}

Spaces method and path for this operation:

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

Refer to Spaces for more information.

Path parameters

  • sourceId string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • item object Required
      Hide item attributes Show item 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.

  • 400 application/json

    Generic Error

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