ddos system-default limit

Specify DDOS system-default limits

limit Specification

Parameter Value
Type Collection
Object Key(s) limit-type
Collection Name limit-list
Collection URI /axapi/v3/ddos/system-default/limit
Element Name limit
Element URI /axapi/v3/ddos/system-default/limit/{limit-type}
Element Attributes limit_attributes
Partition Visibility shared
Schema limit schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/ddos/system-default/limit

limit attributes

Create List

POST

/axapi/v3/ddos/system-default/limit

limit attributes

Get Object

GET

/axapi/v3/ddos/system-default/limit/{limit-type}

limit attributes

Get List

GET

/axapi/v3/ddos/system-default/limit

limit-list

Modify Object

POST

/axapi/v3/ddos/system-default/limit/{limit-type}

limit attributes

Replace Object

PUT

/axapi/v3/ddos/system-default/limit/{limit-type}

limit attributes

Replace List

PUT

/axapi/v3/ddos/system-default/limit

limit-list

Delete Object

DELETE

/axapi/v3/ddos/system-default/limit/{limit-type}

limit attributes

limit-list

limit-list is JSON List of limit attributes

limit-list : [

limit attributes

default-bit-rate-limit

Description Configure Default Kibit (kibibit / 1024-bit) rate limit

Type: number

Range: 1-16000000

default-conn-limit

Description Configure Default Connection limit

Type: number

Range: 1-16000000

default-conn-rate-limit

Description Configure Default Connection rate limit

Type: number

Range: 1-16000000

default-frag-pkt-rate-limit

Description Configure Default Fragmented packet rate limit

Type: number

Range: 1-16000000

default-over-limit-action

Description: default-over-limit-action is a JSON Block. Please see below for default-over-limit-action

Type: Object

default-pkt-rate-limit

Description Configure Default Packet rate limit

Type: number

Range: 1-16000000

limit-type

Description ‘dst-entry’: dst-entry; ‘dst-icmp’: dst-icmp; ‘dst-other’: dst-other; ‘dst-tcp’: dst-tcp; ‘dst-udp’: dst-udp; ‘src-entry’: src-entry; ‘src-icmp’: src-icmp; ‘src-other’: src-other; ‘src-tcp’: src-tcp; ‘src-udp’: src-udp;

Type: string

Supported Values: dst-entry, dst-icmp, dst-other, dst-tcp, dst-udp, src-entry, src-icmp, src-other, src-tcp, src-udp

user-tag

Description Customized tag

Type: string

Format: string-rlx

Maximum Length: 127 characters

Maximum Length: 1 characters

uuid

Description uuid of the object

Type: string

Maximum Length: 64 characters

Maximum Length: 1 characters

default-over-limit-action

Specification Value
Type object

drop

Description Silently Drop the new connection / new packet when it exceeds limit

Type: boolean

Supported Values: true, false, 1, 0

Default: 0