{ "id":"/axapi/v3/cgnv6/ddos-protection/disable-nat-ip-by-bgp/oper", "type":"object", "node-type":"scalar", "title":"disable-nat-ip-by-bgp", "description":"Operational Status for the object disable-nat-ip-by-bgp", "properties":{ "oper":{ "type":"object", "properties":{ "ddos-disabled-by-bgp-entries-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "v4-address":{ "type":"string", "format":"ipv4-address" }, "nat-pool-name":{ "type":"string", "format":"string" } } } ] }, "total-entries":{ "type":"number", "format":"number" }, "all":{ "type":"number", "format":"flag" }, "v4-address":{ "type":"string", "format":"ipv4-address" } } } } }