slb template persist source-ip¶
Source IP persistence
source-ip Specification¶
Parameter Value Type Collection Object Key(s) name Collection Name source-ip-list Collection URI /axapi/v3/slb/template/persist/source-ip Element Name source-ip Element URI /axapi/v3/slb/template/persist/source-ip/{name} Element Attributes source-ip_attributes Partition Visibility shared Schema source-ip schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/persist/source-ip | ||
Create List | POST | /axapi/v3/slb/template/persist/source-ip | ||
Get Object | GET | /axapi/v3/slb/template/persist/source-ip/{name} | ||
Get List | GET | /axapi/v3/slb/template/persist/source-ip | ||
Modify Object | POST | /axapi/v3/slb/template/persist/source-ip/{name} | ||
Replace Object | PUT | /axapi/v3/slb/template/persist/source-ip/{name} | ||
Replace List | PUT | /axapi/v3/slb/template/persist/source-ip | ||
Delete Object | DELETE | /axapi/v3/slb/template/persist/source-ip/{name} |
source-ip-list¶
source-ip-list is JSON List of source-ip attributes
source-ip-list : [
]
source-ip attributes¶
dont-honor-conn-rules
Description Do not observe connection rate rules
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
enforce-higher-priority
Description Enforce to use high priority node if available
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
hash-persist
Description Use hash value of source IP address
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
incl-dst-ip
Description Include destination IP on the persist
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
incl-sport
Description Include source port on the persist
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
match-type
Description Persistence type
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
name
Description Source IP persistence template name
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
netmask
Description IP subnet mask
Type: string
Format: ipv4-netmask
Default: 255.255.255.255
netmask6
Description IPV6 subnet mask
Type: number
Range: 1-128
Default: 128
primary-port
Description Primary port to create the persist session
Type: number
Range: 1-65534
scan-all-members
Description Persist with SCAN of all members
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
server
Description Persist to the same server, default is port
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: server and service-group are mutually exclusive
service-group
Description Persist within the same service group
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
Mutual Exclusion: service-group and server are mutually exclusive
timeout
Description Persistence timeout (in minutes)
Type: number
Range: 1-2000
Default: 5
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