{ "id":"/axapi/v3/cgnv6/lsn-rule-list/{name}/ip/{ipv4-addr}/oper", "type":"object", "node-type":"list", "title":"ip", "description":"Operational Status for the object ip", "properties":{ "ipv4-addr":{ "type":"string", "oid":"1001", "format":"ipv4-cidr", "description":"Configure a Specific Rule-Set (IP Network Address)", "optional":false }, "oper":{ "type":"object", "properties":{ "rule-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "hits":{ "type":"number", "format":"number" }, "proto":{ "type":"string", "format":"enum", "enum":[ "tcp", "udp", "icmp", "others", "dscp", "default" ] }, "start-port":{ "type":"number", "format":"number" }, "end-port":{ "type":"number", "format":"number" }, "dscp-match":{ "type":"string", "format":"enum", "enum":[ "default", "af11", "af12", "af13", "af21", "af22", "af23", "af31", "af32", "af33", "af41", "af42", "af43", "cs1", "cs2", "cs3", "cs4", "cs5", "cs6", "cs7", "ef", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63" ] }, "action":{ "type":"string", "format":"enum", "enum":[ "action", "no-action" ] }, "action-type":{ "type":"string", "format":"enum", "enum":[ "dnat", "drop", "one-to-one-snat", "pass-through", "snat", "set-dscp", "template", "idle-timeout" ] }, "domain-name":{ "type":"string", "format":"string-rlx" }, "dnat-domain-unresolved-drops":{ "type":"number", "format":"number" }, "ipv4-list":{ "type":"string", "format":"string-rlx" }, "port-list":{ "type":"string", "format":"string-rlx" }, "no-snat":{ "type":"number", "format":"number" }, "vrid":{ "type":"number", "format":"number" }, "pool":{ "type":"string", "format":"string-rlx" }, "pool-shared":{ "type":"number", "format":"number" }, "http-alg":{ "type":"string", "format":"string" }, "timeout-val":{ "type":"number", "format":"number" }, "fast":{ "type":"number", "format":"number" }, "dscp-direction":{ "type":"string", "format":"enum", "enum":[ "inbound", "outbound" ] }, "dscp-value":{ "type":"string", "format":"enum", "enum":[ "default", "af11", "af12", "af13", "af21", "af22", "af23", "af31", "af32", "af33", "af41", "af42", "af43", "cs1", "cs2", "cs3", "cs4", "cs5", "cs6", "cs7", "ef", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63" ] } } } ] }, "rule-count":{ "type":"number", "format":"number" } } } } }