ACOS 5.0.6
  • Start Here
  • How to Use this Reference
  • Resources
  • Operations
  • Example API Configuration
  • Filters
  • Batching Requests
  • Status Codes
  • access-list
  • accounting
  • acos-events
  • admin
  • admin-detail
  • admin-lockout
  • admin-session
  • allow-slb-cfg
  • audit
  • authentication
  • authorization
  • backup
  • backup-periodic
  • banner
  • bgp
  • bios-prog
  • bootimage
  • capture-config
  • capture-config-oper
  • chassis-application-type
  • class-list
  • clock
  • config-sync-status
  • ddos
  • debug-traffic-capture
  • delete
  • disable-management
  • domain-group
  • domain-group-oper
  • domain-list
  • domain-list-oper
  • enable-core
  • enable-management
  • environment
  • event-notification
  • export-periodic
  • fail-safe
  • fan-speed
  • file
  • flowspec
  • glid
  • glm
  • harmony-controller
  • hd-monitor
  • hostname
  • import-periodic
  • interface
  • ip
  • ipv6
  • key
  • ldap-server
  • license-manager
  • locale
  • logging
  • maximum-paths
  • merge-mode-add
  • mirror-port
  • misc
  • miscellenious-alb
  • monitor
  • multi-config
  • net-mgmt
  • netflow
  • network
  • ntp
  • ntp-status
  • overlay-tunnel
  • partition
  • partition-admin
  • partition-all
  • partition-group
  • pki
  • plat-buff-stats
  • plat-cpu-drop
  • plat-cpu-packet
  • radius-server
  • rate-limit
  • remove-upgrade-lock
  • report
  • route-map
  • router
  • rrd
  • scm
  • sctp
  • session-filter
  • sessions
  • sflow
  • show-backup
  • show-monitor
  • show-process
  • single-board-mode
  • smtp
  • snmp-server
  • so-counters
  • ssh-login-grace-time
  • syn-cookie
  • sys-audit-log
  • sys-ut
  • syslog
  • system
  • system-2x40g-mode
  • system-4x10g-mode
  • system-buff-debug
  • system-cpu
  • system-jumbo-global
  • system-view
  • tacacs-server
  • techreport
  • techsupport
  • template
  • terminal
  • tftp
  • timezone
  • vcs-chassis
  • version
  • visibility
  • vrrp-a
  • web-gui
  • web-service
  • active-partition
  • admin
  • admin-session
  • axdebug
  • backup
  • boot-block-fix
  • bootimage
  • chassis-info
  • chassis-infra
  • clock
  • cmcov
  • config-filter
  • configure
  • convert-startup-config
  • copy
  • ddos
  • debug
  • delete
  • enable-bgp-advertisement
  • enable-password
  • enable-site-license
  • erase
  • export
  • file
  • glm
  • harmony-controller
  • hotfix
  • import
  • link
  • locale
  • logging
  • multi-ctrl-cpu
  • pki
  • poap
  • reboot
  • reload
  • report
  • restore
  • set-product-id
  • shutdown
  • sshd
  • ssl
  • sys-ut
  • system
  • system-big-buff-pool
  • system-reset
  • upgrade
  • vcs-chassis
  • visibility
  • vrrp-a
  • web-service
  • write
ACOS 5.0.6
  • Docs »
  • slb template persist cookie
  • View page source

slb template persist cookie¶

Cookie persistence

cookie Specification¶

Parameter Value
Type Collection
Object Key(s) name
Collection Name cookie-list
Collection URI /axapi/v3/slb/template/persist/cookie
Element Name cookie
Element URI /axapi/v3/slb/template/persist/cookie/{name}
Element Attributes cookie_attributes
Partition Visibility shared
Schema cookie schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/slb/template/persist/cookie

cookie attributes

Create List

POST

/axapi/v3/slb/template/persist/cookie

cookie attributes

Get Object

GET

/axapi/v3/slb/template/persist/cookie/{name}

cookie attributes

Get List

GET

/axapi/v3/slb/template/persist/cookie

cookie-list

Modify Object

POST

/axapi/v3/slb/template/persist/cookie/{name}

cookie attributes

Replace Object

PUT

/axapi/v3/slb/template/persist/cookie/{name}

cookie attributes

Replace List

PUT

/axapi/v3/slb/template/persist/cookie

cookie-list

Delete Object

DELETE

/axapi/v3/slb/template/persist/cookie/{name}

cookie attributes

cookie-list¶

cookie-list is JSON List of cookie attributes

cookie-list : [

{ cookie attributes },

{ cookie attributes },

…

]

cookie attributes¶

cookie-name

Description Set cookie name

Type: string

Format: string-rlx

Maximum Length: 63 characters

Maximum Length: 1 characters

Default: sto-id

domain

Description Set cookie domain

Type: string

Format: string-rlx

Maximum Length: 63 characters

Maximum Length: 1 characters

dont-honor-conn-rules

Description Do not observe connection rate rules

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

encrypt-level

Description Encryption level for cookie name / value

Type: number

Range: 0-1

Default: 1

encrypted

Description Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string)

expire

Description Set cookie expiration time (Expiration in seconds)

Type: number

Range: 0-31536000

Default: 31536000

httponly

Description Enable HttpOnly attribute

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

insert-always

Description Insert persist cookie to every reponse

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

match-type

Description Persist for server, default is port

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

name

Description Cookie persistence (Cookie persistence template name)

Type: string

Format: string-rlx

Maximum Length: 127 characters

Maximum Length: 1 characters

pass-phrase

Description Set passphrase for encryption

Type: string

Format: password

Maximum Length: 8 characters

Maximum Length: 8 characters

Default: ACOS4KEY

pass-thru

Description Pass thru mode - Server sends the persist cookie

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

path

Description Set cookie path (Cookie path, default is “/”)

Type: string

Format: string-rlx

Maximum Length: 31 characters

Maximum Length: 1 characters

Default: /

prefix

Description ‘host’: the cookie will have been set with a Secure attribute, a Path attribute with a value of /, and no Domain attribute; ‘secure’: the cookie will have been set with a Secure attribute;

Type: string

Supported Values: host, secure

samesite

Description ‘none’: none; ‘lax’: lax; ‘strict’: strict;

Type: string

Supported Values: none, lax, strict

scan-all-members

Description Persist within the same server SCAN

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

secure

Description Enable secure attribute

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

server-service-group

Description Persist to the same server and within the same service group

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

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

use-attribute

Description ‘max-age’: Use the Max-Age attribute; ‘expires’: Use the Expires attribute; ‘all’: Use all attributes;

Type: string

Supported Values: max-age, expires, all

Default: expires

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


© Copyright 2025, A10 Networks

Built with Sphinx using a theme provided by Read the Docs.