{ "id":"/axapi/v3/slb/rpz", "type":"object", "node-type":"scalar", "title":"rpz", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"Manage RPZ Scripts", "properties":{ "check":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Check Response Policy Zone file", "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'set_bw_error': Total RPZ Set Class-list Error; 'parse_error': Total RPZ Parse Error; ", "enum":[ "all", "set_bw_error", "parse_error" ] } } } ] } } }