gslb zone service stats¶
Statistics for the object service
service Specification¶
Parameter Value Type Collection Collection Name service-list Collection URI /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} Element Name service Element URI /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats Element Attributes service_attributes Partition Visibility None Schema service schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} | ||
Create List | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} | ||
Get Object | GET | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats | ||
Get List | GET | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} | ||
Modify Object | POST | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats | ||
Replace Object | PUT | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats | ||
Replace List | PUT | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} | ||
Delete Object | DELETE | /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats |
service-list¶
service-list is JSON List of service attributes
service-list : [
]
service attributes¶
dns-a-record
Type: Object
Reference Object: /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-a-record
dns-cname-record-list
Type: List
Reference Object: /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-a-record/dns-cname-record/{alias-name}
dns-mx-record-list
dns-naptr-record-list
dns-ns-record-list
dns-ptr-record-list
dns-srv-record-list
dns-txt-record-list
service-name
Description Specify the service name for the zone, * for wildcard
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
Default:
service-port
Description Port number of the service
Type: number
Range: 0-65534
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Value Type object backup-mode-response
Description help Number of DNS replies sent to clients by the ACOS device in backup mode
Type: number
Format: counter
cache-mode-response
Description Number of cached DNS replies sent to clients by the ACOS device for the service. (This statistic applies only if the DNS cache
Type: number
Format: counter
proxy-mode-response
Description Number of DNS replies sent to clients by the ACOS device as a DNS proxy for the service
Type: number
Format: counter
received-query
Description Number of DNS queries received for the service
Type: number
Format: counter
sent-response
Description Number of DNS replies sent to clients for the service
Type: number
Format: counter
server-mode-response
Description Number of DNS replies sent to clients by the ACOS device as a DNS server for the service. (This statistic applies only if the D
Type: number
Format: counter
sticky-mode-response
Description Number of DNS replies sent to clients by the ACOS device to keep the clients on the same site. (This statistic applies only if
Type: number
Format: counter
dns-ns-record-list¶
Specification Value Type list Block object keys ns-name
Description Specify Domain Name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-ns-record-list_stats
Type: Object
dns-ns-record-list_stats¶
Specification Value Type object hits
Description Number of times the record has been used
Type: number
Format: counter
dns-cname-record-list¶
Specification Value Type list Block object keys alias-name
Description Specify the alias name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-cname-record-list_stats
Type: Object
dns-cname-record-list_stats¶
Specification Value Type object cname-hits
Description Number of times the CNAME has been used
Type: number
Format: counter
dns-txt-record-list¶
Specification Value Type list Block object keys record-name
Description Specify the Object Name for TXT Data
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-txt-record-list_stats
Type: Object
dns-txt-record-list_stats¶
Specification Value Type object hits
Description Number of times the record has been used
Type: number
Format: counter
dns-mx-record-list¶
Specification Value Type list Block object keys mx-name
Description Specify Domain Name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-mx-record-list_stats
Type: Object
dns-mx-record-list_stats¶
Specification Value Type object hits
Description Number of times the record has been used
Type: number
Format: counter
dns-srv-record-list¶
Specification Value Type list Block object keys port
Description Specify Port (Port Number)
Type: number
Range: 0-65534
srv-name
Description Specify Domain Name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-srv-record-list_stats
Type: Object
dns-srv-record-list_stats¶
Specification Value Type object hits
Description Number of times the record has been used
Type: number
Format: counter
dns-ptr-record-list¶
Specification Value Type list Block object keys ptr-name
Description Specify Domain Name
Type: string
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-ptr-record-list_stats
Type: Object
dns-ptr-record-list_stats¶
Specification Value Type object hits
Description Number of times the record has been used
Type: number
Format: counter
dns-naptr-record-list¶
Specification Value Type list Block object keys flag
Description Specify the flag (e.g., a, s). Default is empty flag
Type: string
Maximum Length: 1 characters
Maximum Length: 1 characters
Default:
naptr-target
Description Specify the replacement or regular expression
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
service-proto
Description Specify Service and Protocol
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
stats
Description: stats is a JSON Block. Please see below for dns-naptr-record-list_stats
Type: Object
dns-naptr-record-list_stats¶
Specification Value Type object naptr-hits
Description Number of times the NAPTR has been used
Type: number
Format: counter