Agent Configs

Creates a new config from the yml content passed in body

post/v1/orgs/{org_id}/confs

Path parameters

org_idstring required

Org ID

Request body

cluster_namestring

Pipelines with same cluster name will be grouped together

contentstring
descriptionstring

Description of the pipeline

environment'Kubernetes' | 'Helm' | 'Docker' | 'MacOS' | 'Linux' | 'Windows' required
fleet_subtype'Edge' | 'Coordinator' | 'Gateway'
fleet_type'Edge' | 'Cloud' | 'IngestionPipeline' | 'Edge-extended' | 'Cloud-extended'
tagstring required

Tag is used to identify the pipeline

Response

Created

cluster_namestring
contentstring
createdstring
creatorstring
deployed_timestampinteger

Config-history timestamp currently deployed

descriptionstring
environment'Kubernetes' | 'Helm' | 'Docker' | 'MacOS' | 'Linux' | 'Windows'
fleet_subtype'Edge' | 'Coordinator' | 'Gateway'
fleet_type'Edge' | 'Cloud' | 'IngestionPipeline' | 'Edge-extended' | 'Cloud-extended'
idstring
orgIDstring
purpose'user-defined' | 'edgedelta-ai'
retrievedstring

Latest retrieval time for installation. Will move to a separate table once obscured hostID for install host is implemented

rollout_task_idstring
status'running' | 'suspended'
tagstring
updatedstring
updaterstring
version'v2' | 'v3'

Changes

No recorded changes to this endpoint across all 3 revisions of this API.