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