{ "id":"/axapi/v3/network/icmpv6-rate-limit", "type":"object", "node-type":"scalar", "title":"icmpv6-rate-limit", "partition-visibility":"shared", "description":"Limit the rate of ICMPv6 packet", "properties":{ "icmpv6-normal-rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Normal rate limit. If exceeds this limit, drop the ICMP packet that goes over the limit", "optional":true }, "icmpv6-lockup":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Enter lockup state when ICMP rate exceeds lockup rate limit (Maximum rate limit. If exceeds this limit, drop all ICMP packet for a time period)", "optional":true }, "icmpv6-lockup-period":{ "type":"number", "format":"number", "minimum":1, "maximum":16383, "partition-visibility":"shared", "description":"Lockup period (second)", "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 } } }