Skip to main content

Communication Services

Commands for managing adapters, pipelines, pipeline triggers, pools, and data flows.

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