Get agent binary download sources
[Required authorization] Route required privileges: fleet-agent-policies-read OR fleet-settings-read.
GET
/api/fleet/agent_download_sources
curl \
--request GET 'http://api.example.com/api/fleet/agent_download_sources' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"items": [
{
"host": "https://example.com",
"id": "string",
"is_default": false,
"name": "string",
"proxy_id": "string",
"secrets": {
"ssl": {
"key": {
"id": "string"
}
}
},
"ssl": {
"certificate": "string",
"certificate_authorities": [
"string"
],
"key": "string"
}
}
],
"page": 42.0,
"perPage": 42.0,
"total": 42.0
}
Response examples (400)
{
"error": "string",
"errorType": "string",
"message": "string",
"statusCode": 42.0
}