action gambitcomm_get_validate { label: "SNMP SET validation policy." description: "Is a bitmask in which with the following bits (from LSB) check for type, length, range, access" provider: gambitcomm method: GET path: "/mimic/agent/{agentNum}/get/validate" encoding: json input: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } } required: ["agentNum"] additionalProperties: false } output: { type: "integer" format: "int32" } }