Create an agent binary download source
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/agent_download_sources
Refer to Spaces for more information.
[Required authorization] Route required privileges: fleet-settings-all.
POST
/api/fleet/agent_download_sources
curl \
--request POST 'https://localhost:5601/api/fleet/agent_download_sources' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"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"}}'