{ "id":"/axapi/v3/snmp-server/table-timeout/{table}", "type":"object", "node-type":"list", "title":"table-timeout", "partition-visibility":"shared", "description":"Define SNMP table timeout", "properties":{ "table":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"SNMP table name or table oid", "optional":false }, "timeout":{ "type":"number", "format":"number", "minimum":1, "maximum":60, "default":60, "partition-visibility":"shared", "description":"timeout value", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "table" ], "required":[ "table" ] }