action gambitcomm_get_number_starts { label: "number of starts for the agent." description: "This count is incremented each time an agent starts. It affects the SNMPv3 EngineBoots parameter." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/num_starts" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }