action gambitcomm_get_port { label: "port number" description: "port number" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/port" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "string" } }