Fleet cloud onboarding deployments

Create cloud onboarding deployment

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/cloud_onboarding_deployments</span></div>

Refer to Spaces for more information.

Create a new Fleet cloud onboarding deployment.<br/><br/>[Required authorization] Route required privileges: fleet-agent-policies-all OR integrations-all.

post/api/fleet/cloud_onboarding_deployments

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

authMethod'identity_federation' | 'static_keys'

Authentication method for managed integrations.

connectorIdstring

ID of the fleet-cloud-connector to associate with this deployment. Omit for static-keys deployments.

dataFormat'ecs' | 'otel'

Data format: ecs or otel.

globalRegionstring

Global AWS region from the Service Settings step.

mechanismsstring[] required

Delivery mechanisms active in this deployment.

provider'aws' | 'azure' | 'gcp' required

Cloud provider.

servicesstring[] required

Service IDs to be covered by this deployment.

serviceVarsobject

Per-service config keyed by instance ID.

Response

Successful response

Changes

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

Of the 176 revisions, 20 have no diff computed.