action gambitcomm_protocol_snmpv3_get_enginetime { label: "Retrieves the time in seconds for which the agent has been running." description: "Retrieves the time in seconds for which the agent has been running." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/snmpv3/get/enginetime" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }