ACOS
  • Start Here
  • How to Use this Reference
  • Resources
  • Operations
  • Example API Configuration
  • Filters
  • Batching Requests
  • Status Codes
ACOS
  • Docs »
  • slb template link-probe destination
  • View page source

slb template link-probe destination¶

Specify Target type

destination Specification¶

   
Type Configuration Resource
Element Name destination
Element URI /axapi/v3/slb/template/link-probe/{name}/destination
Element Attributes destination_attributes
Schema destination schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

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

destination attributes

Get Object

GET

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

destination attributes

Modify Object

POST

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

destination attributes

Replace Object

PUT

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

destination attributes

Delete Object

DELETE

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

destination attributes

destination attributes¶

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 2014-2019, a10

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