slb template doh dns-retry¶
DNS over HTTP(s) template retry policy
dns-retry Specification¶
Parameter Value Type Configuration Resource Element Name dns-retry Element URI /axapi/v3/slb/template/doh/{name}/dns-retry Element Attributes dns-retry_attributes Partition Visibility shared Schema dns-retry schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/slb/template/doh/{name}/dns-retry | ||
Get Object | GET | /axapi/v3/slb/template/doh/{name}/dns-retry | ||
Modify Object | POST | /axapi/v3/slb/template/doh/{name}/dns-retry | ||
Replace Object | PUT | /axapi/v3/slb/template/doh/{name}/dns-retry | ||
Delete Object | DELETE | /axapi/v3/slb/template/doh/{name}/dns-retry |
dns-retry attributes¶
after-timeout
Description ‘close’: Close client side connection; ‘retry-with-tcp’: Retry DNS query to server using TCP (If UDP was tried initially. Close after.);
Type: string
Supported Values: close, retry-with-tcp
Default: close
max-trials
Description Total number of times to try DNS query to server before closing client connection, default 3
Type: number
Range: 1-5
Default: 3
retry-interval
Description DNS Retry Interval value 1 - 400 in units of 100ms, default is 10 (default is 1000ms) (1 - 400 in units of 100ms, default is 10 (1000ms/1sec))
Type: number
Range: 1-400
Default: 10
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters