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:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/link-probe/{name}/destination | ||
Get Object | GET | /axapi/v3/slb/template/link-probe/{name}/destination | ||
Modify Object | POST | /axapi/v3/slb/template/link-probe/{name}/destination | ||
Replace Object | PUT | /axapi/v3/slb/template/link-probe/{name}/destination | ||
Delete Object | DELETE | /axapi/v3/slb/template/link-probe/{name}/destination |
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