action gambitcomm_get_inform_timeout { label: "timeout in seconds for retransmitting INFORM PDUs." description: "The agent will retransmit INFORM PDUs at this interval until it has received a reply from the manager." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/inform_timeout" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }