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 link-probe
  • View page source

slb template link-probe¶

Link probe template

link-probe Specification¶

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

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/slb/template/link-probe

link-probe attributes

Create List

POST

/axapi/v3/slb/template/link-probe

link-probe attributes

Get Object

GET

/axapi/v3/slb/template/link-probe/{name}

link-probe attributes

Get List

GET

/axapi/v3/slb/template/link-probe

link-probe-list

Modify Object

POST

/axapi/v3/slb/template/link-probe/{name}

link-probe attributes

Replace Object

PUT

/axapi/v3/slb/template/link-probe/{name}

link-probe attributes

Replace List

PUT

/axapi/v3/slb/template/link-probe

link-probe-list

Delete Object

DELETE

/axapi/v3/slb/template/link-probe/{name}

link-probe attributes

link-probe-list¶

link-probe-list is JSON List of link-probe attributes

link-probe-list : [

{ link-probe attributes },

{ link-probe attributes },

…

]

link-probe attributes¶

destination

Description: destination is a JSON Block. Please see below for destination

Type: Object

Reference Object: /axapi/v3/slb/template/link-probe/{name}/destination

disable

Description Disable Probe template

Type: boolean

Supported Values: true, false, 1, 0

Default: 0

expected-status-code

Description Specify response code range (e.g. 200,400-430), default is 200 (Format is xx,xx-xx (xx between [100, 899]), default is 200)

Type: string

Format: string-rlx

Maximum Length: 31 characters

Maximum Length: 1 characters

Default: 200

name

Description probe template Name

Type: string

Format: string-rlx

Maximum Length: 127 characters

Maximum Length: 1 characters

probe-interval

Description Time between each probe that needs to be sent out (in seconds, default is 5)

Type: number

Range: 1-7200

Default: 5

probes-per-test

Description Total number of probes to be sent out for each test

Type: number

Range: 1-10

Default: 5

rtt-method

Description ‘http-rtt’: Calculate Round Trip Time between HTTP request and response; ‘tcp-srtt’: Use TCP Smoothed round trip time in the HTTP connection;

Type: string

Supported Values: http-rtt, tcp-srtt

Default: http-rtt

selection-rule

Description ‘threshold’: Use all links below a threshold before selecting the fastest link; ‘fastest-link-always’: Always use the link with the lowest average latency;

Type: string

Supported Values: threshold, fastest-link-always

Default: fastest-link-always

test-interval

Description time interval between subsequent tests (in seconds, default is 60)

Type: number

Range: 1-7200

Default: 60

threshold-value

Description Use all links below a threshold before selecting the fastest link (RTT in milliseconds)

Type: number

Range: 0-65534

Default: 0

url

Description Specify URL to which probes should be sent out. Default is /

Type: string

Format: string-rlx

Maximum Length: 1023 characters

Maximum Length: 1 characters

Default: /

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

destination¶

Specification Value
Type object

hostname

Description Target Hostname

Type: string

Format: string-rlx

Maximum Length: 127 characters

Maximum Length: 1 characters

resolve-as

Description ‘resolve-to-ipv4’: Use A Query only to resolve the configured hostname; ‘resolve-to-ipv6’: Use AAAA Query only to resolve the configured hostname;

Type: string

Supported Values: resolve-to-ipv4, resolve-to-ipv6

Mutual Exclusion: resolve-as, static-ipv4-addr, and static-ipv6-addr are mutually exclusive

static-ipv4-addr

Description Target IPv4 Address

Type: string

Format: ipv4-address

Mutual Exclusion: static-ipv4-addr, resolve-as, and static-ipv6-addr are mutually exclusive

static-ipv6-addr

Description Target IPv6 Address

Type: string

Format: ipv6-address

Mutual Exclusion: static-ipv6-addr, resolve-as, and static-ipv4-addr are mutually exclusive

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.