action gambitcomm_get_mibs { label: "set of MIBs, simulations and scenarios" description: "set of MIBs, simulations and scenarios" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/mibs" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "array" items: { type: "object" properties: { device: { type: "string" } mib: { type: "string" } scenario: { type: "integer" format: "int32" } } } } }