scaleout distributed-forwarding fw¶
Enable Scaleout distributed-forwarding for fw
fw Specification¶
Parameter Value Type Configuration Resource Element Name fw Element URI /axapi/v3/scaleout/distributed-forwarding/fw Element Attributes fw_attributes Partition Visibility shared Schema fw schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/scaleout/distributed-forwarding/fw | ||
Get Object | GET | /axapi/v3/scaleout/distributed-forwarding/fw | ||
Modify Object | POST | /axapi/v3/scaleout/distributed-forwarding/fw | ||
Replace Object | PUT | /axapi/v3/scaleout/distributed-forwarding/fw | ||
Delete Object | DELETE | /axapi/v3/scaleout/distributed-forwarding/fw |
fw attributes¶
enable
Description Enable distributed-forwarding for Firewall
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
session-offload-direction
Description ‘uplink’: Enable session offload only in uplink direction; ‘downlink’: Enable session offload in downlink direction; ‘both’: Enable session offload in both direction;
Type: string
Supported Values: uplink, downlink, both
Default: both
threshold
Description: threshold is a JSON Block. Please see below for threshold
Type: Object
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
threshold¶
Specification Value Type object global-threshold
Description configure packet threshold value to offload sessions of any(TCP and UDP) protocol(default 5)
Type: number
Range: 4-63
Default: 5
Mutual Exclusion: global-threshold and protocol-value are mutually exclusive
protocol-threshold
Type: List
threshold_protocol-threshold¶
Specification Value Type list Block object keys protocol-value
Description ‘UDP’: configure threshold for udp session offload; ‘TCP’: configure threshold for tcp session offload;
Type: string
Supported Values: UDP, TCP
Mutual Exclusion: protocol-value and global-threshold are mutually exclusive
threshold-value
Description configure packet threshold value to offload sessions(default 5)
Type: number
Range: 4-63
Default: 5