AddSwarmNodeBody

Request body for a SwarmNode operation.

Definition

TypeScript
interface AddSwarmNodeBody {
  swarmVersionId: string;
  agentId: string;
  agentVersionId?: string | undefined;
}

Fields

FieldTypeNotes
swarmVersionIdstringrequired — Swarm version to add the node to.
agentIdstringrequired — Agent to place at this node
agentVersionIdstring | undefinedoptional — Specific agent version to use. Omit to use the agent's default version.