action gambitcomm_get_delay { label: "one-way transit delay in msec." description: "The minimum granularity is 10 msec." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/delay" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }