action gambitcomm_protocol_snmpv3_get_engineboots { label: "Retrieves the number of times the agent has been restarted." description: "Retrieves the number of times the agent has been restarted." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/snmpv3/get/engineboots" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }