action gambitcomm_get_trace { label: "SNMP PDU tracing" description: "SNMP PDU tracing" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/trace" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }