action gambitcomm_trap_list { label: "List the outstanding asynchronous traps for this agent instance." description: "List the outstanding asynchronous traps for this agent instance." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/trap/list" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "array" description: "array of OID or Object strings" items: { type: "string" } } }