action gambitcomm_get_oiddir { label: "MIB directory of the agent." description: "MIB directory of the agent." provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/oiddir" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "string" } }