action gambitcomm_get_agent_state { label: "current running state of the agent" description: "0-Unknown 1-Running 2-Stopped 3-Halted 4-Paused 5-Deleted 6-Stopping" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/state" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }