Communication Services
Commands for managing adapters, pipelines, pipeline triggers, pools, and data flows.
Related concepts
- Adapters — external clients that connect to OctoMesh and execute data pipelines; reference for the
GetAdapters,DeployAdapter, andGetPipelineSchemacommands here. - Pipeline Triggers — scheduled pipeline executions based on cron expressions; concept behind
DeployTriggersandUndeployTriggers. - Pools — group managed devices and their adapters together for orchestrated deployment; concept behind
GetPools,DeployPoolAdapters, andUndeployPoolAdapters. - DataFlows & Pipelines — pipelines plus their triggers grouped into deployable units; concept behind
DeployDataFlow,UndeployDataFlow,GetDataFlowStatus, and the pipeline-level commands (DeployPipeline,ExecutePipeline,GetPipelineStatus, etc.).