{ "id":"/axapi/v3/system/ip-threat-list/oper", "type":"object", "node-type":"scalar", "title":"ip-threat-list", "description":"Operational Status for the object ip-threat-list", "properties":{ "oper":{ "type":"object", "properties":{ "entries-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ip":{ "type":"string", "format":"string" }, "match-type":{ "type":"string", "format":"string" }, "in-spe":{ "type":"string", "format":"string" }, "age":{ "type":"number", "format":"number" } } } ] }, "v4-address":{ "type":"string", "format":"ipv4-address" }, "v4-netmask":{ "type":"string", "format":"ipv4-netmask-brief" }, "v6-prefix":{ "type":"string", "format":"ipv6-address-plen" } } } } }