Elastic Agent binary download sources

Create an agent binary download source

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/fleet/agent_download_sources</span></div>

Refer to Spaces for more information.

Create a new agent binary download source.<br/><br/>[Required authorization] Route required privileges: fleet-settings-all.

post/api/fleet/agent_download_sources

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

hoststring uri required
idstring
is_defaultboolean
namestring required
proxy_idstring nullable

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

Response

Successful response

Changes

Changed in 1 of the 100 revisions of this API.1

    • added the optional property item/is_preconfigured to the response with the 200 status

      response-optional-property-added