{ "id":"/axapi/v3/cgnv6/sctp/rate-limit/destination/{ip}", "type":"object", "node-type":"list", "title":"destination", "partition-visibility":"shared", "description":"Configure SCTP destination rate-limit", "properties":{ "ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IP address", "optional":false }, "rate-limit":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Rate limit in packets per 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 } }, "object-keys":[ "ip" ], "required":[ "ip" ] }