POST /api/fleet/agent_download_sources

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.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

  • auth object | null

    Additional properties are NOT allowed.

    Hide auth attributes Show auth attributes object | null
    • api_key string
    • headers array[object]

      Not more than 100 elements.

      Hide headers attributes Show headers attributes object
      • key string Required
      • value string Required
    • password string
    • username string
  • host string(uri) Required
  • id string
  • is_default boolean

    Default value is false.

  • 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.

  • secrets object

    Additional properties are NOT allowed.

    Hide secrets attributes Show secrets attributes object
  • ssl object

    Additional properties are NOT allowed.

    Hide ssl attributes Show ssl attributes object
    • certificate string
    • certificate_authorities array[string]

      Not more than 10 elements.

    • key string

Responses

  • 200 application/json

    OK: A successful request.

    Hide response attribute Show response attribute object
    • item object Required

      Additional properties are NOT allowed.

      Hide item attributes Show item attributes object
      • auth object | null

        Additional properties are NOT allowed.

        Hide auth attributes Show auth attributes object | null
        • api_key string
        • headers array[object]

          Not more than 100 elements.

          Hide headers attributes Show headers attributes object
          • key string Required
          • value string Required
        • password string
        • username string
      • host string(uri) Required
      • id string Required
      • is_default boolean

        Default value is false.

      • 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.

      • secrets object

        Additional properties are NOT allowed.

        Hide secrets attributes Show secrets attributes object
      • ssl object

        Additional properties are NOT allowed.

        Hide ssl attributes Show ssl attributes object
        • certificate string
        • certificate_authorities array[string]

          Not more than 10 elements.

        • key string
  • 400 application/json

    A bad request.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
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 '{"auth":{"api_key":"string","headers":[{"key":"string","value":"string"}],"password":"string","username":"string"},"host":"https://example.com","id":"string","is_default":false,"name":"string","proxy_id":"string","secrets":{"auth":{"api_key":{"id":"string"},"password":{"id":"string"}},"ssl":{"key":{"id":"string"}}},"ssl":{"certificate":"string","certificate_authorities":["string"],"key":"string"}}'