gslb zone service dns-txt-record¶
Specify DNS TXT Record
dns-txt-record Specification¶
Parameter
Value
Type
Collection
Object Key(s)
record-name
Collection Name
Collection URI
/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record
Element Name
dns-txt-record
Element URI
/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name}
Element Attributes
dns-txt-record_attributes
Partition Visibility
shared
Statistics Data URI
/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name}/stats
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record | ||
Create List | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record | ||
Get Object | GET | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name} | ||
Get List | GET | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record | ||
Modify Object | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name} | ||
Replace Object | PUT | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name} | ||
Replace List | PUT | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record | ||
Delete Object | DELETE | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-txt-record/{record-name} |
dns-txt-record-list¶
dns-txt-record-list is JSON List of dns-txt-record attributes
dns-txt-record-list : [
]
dns-txt-record attributes¶
record-name
Description Specify the Object Name for TXT Data
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
sampling-enable
Type: List
ttl
Description Specify TTL
Type: number
Range: 0-2147483647
txt-data
Description Specify TXT Data
Type: string
Format: string-rlx
Maximum Length: 1000 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
sampling-enable¶
Specification
Value
Type
list
Block object keys
counters1
Description ‘all’: all; ‘hits’: Number of times the record has been used;
Type: string
Supported Values: all, hits