{ "id":"/axapi/v3/slb/crl-srcip/oper", "type":"object", "node-type":"scalar", "title":"crl-srcip", "description":"Operational Status for the object crl-srcip", "properties":{ "oper":{ "type":"object", "properties":{ "crl_srcip_lockedout_ips":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "client_ip":{ "type":"string", "format":"string" }, "start":{ "type":"string", "format":"string" }, "end":{ "type":"string", "format":"string" }, "drops":{ "type":"number", "format":"number" }, "active":{ "type":"number", "format":"number" } } } ] }, "lockedout_ips_count":{ "type":"number", "format":"number" } } } } }