action gambitcomm_protocol_snmpv3_get_context_engineid { label: "Retrieves the contextEngineID for the agent instance." description: "Retrieves the contextEngineID for the agent instance." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/protocol/msg/snmpv3/get/context_engineid" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "string" } }