{ "id":"/axapi/v3/template/gtp/rate-limit-policy/{name}", "type":"object", "node-type":"list", "title":"rate-limit-policy", "partition-visibility":"shared", "description":"Configure GTP Rate Limit policy", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of the GTP Rate Limit Policy", "optional":false }, "rate-limit-action":{ "type":"string", "format":"enum", "default":"drop", "partition-visibility":"shared", "description":"'monitor': Forward packet exceeding limit; 'drop': drop packet exceeding limit(default); ", "enum":[ "monitor", "drop" ], "optional":true }, "v0-agg-message-type-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed GTPv0-C message rate of all types", "optional":true }, "v1-agg-message-type-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed GTPv1-C message rate of all types", "optional":true }, "v2-agg-message-type-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed GTPv2-C message rate of all types", "optional":true }, "v1-create-pdp-request-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed rate of GTPv1-C Create PDP Request message type", "optional":true }, "v2-create-session-request-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed rate of GTPv2-C Create Session Request message type", "optional":true }, "v1-update-pdp-request-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed rate of GTPv1-C Update PDP Request message type", "optional":true }, "v2-modify-bearer-request-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed rate of GTPv2-C Modify Bearer Request message type", "optional":true }, "gtp-u-tunnel-create-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U tunnels", "optional":true }, "gtp-u-uplink-byte-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U bytes in uplink direction", "optional":true }, "gtp-u-uplink-packet-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U packets in uplink direction", "optional":true }, "gtp-u-downlink-byte-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U bytes in downlink direction", "optional":true }, "gtp-u-downlink-packet-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U packets in downlink direction", "optional":true }, "gtp-u-total-byte-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U bytes total in both directions", "optional":true }, "gtp-u-total-packet-rate":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed of rate of GTP-U packets total in both directions", "optional":true }, "lockout":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "description":"Lockout traffic from the source for a certain time period after rate exceeded (Lockout duration in minutes)", "optional":true }, "gtp-u-max-concurrent-tunnels":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum allowed GTP-U tunnels per Peer/APN Filter", "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 }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "object-keys":[ "name" ], "required":[ "name" ] }