Get an agent binary download source Beta
Get an agent binary download source by ID.
GET
/api/fleet/agent_download_sources/{sourceId}
curl \
-X GET https://<KIBANA_URL>/api/fleet/agent_download_sources/{sourceId}
Response examples (200)
{
"item": {
"host": "https://example.com",
"id": "string",
"is_default": false,
"name": "string",
"proxy_id": "string"
}
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}