gslb service-ip stats¶
Statistics for the object service-ip
service-ip Specification¶
Type Collection Collection Name service-ip-list Collection URI /axapi/v3/gslb/service-ip/{node-name} Element Name service-ip Element URI /axapi/v3/gslb/service-ip/{node-name}/stats Element Attributes service-ip_attributes Schema service-ip schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/gslb/service-ip/{node-name} | ||
Create List | POST | /axapi/v3/gslb/service-ip/{node-name} | ||
Get Object | GET | /axapi/v3/gslb/service-ip/{node-name}/stats | ||
Get List | GET | /axapi/v3/gslb/service-ip/{node-name} | ||
Modify Object | POST | /axapi/v3/gslb/service-ip/{node-name}/stats | ||
Replace Object | PUT | /axapi/v3/gslb/service-ip/{node-name}/stats | ||
Replace List | PUT | /axapi/v3/gslb/service-ip/{node-name} | ||
Delete Object | DELETE | /axapi/v3/gslb/service-ip/{node-name}/stats |
service-ip-list¶
service-ip-list is JSON List of service-ip attributes
service-ip-list : [
]
service-ip attributes¶
node-name
Description Service-IP Name
Type: string
Maximum Length: 63 characters
Maximum Length: 1 characters
port-list
Type: List
Reference Object: /axapi/v3/gslb/service-ip/{node-name}/port/{port-num}+{port-proto}
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
port-list¶
Specification Type list Block object keys port-num
Description Port Number
Type: number
Range: 0-65534
port-proto
Description ‘tcp’: TCP Port; ‘udp’: UDP Port;
Type: string
Supported Values: tcp, udp
stats
Description: stats is a JSON Block. Please see below for port-list_stats
Type: Object
port-list_stats¶
Specification Type object active
Description Active Servers
Type: number
Format: counter
current
Description Current Connections
Type: number
Format: counter
stats¶
Specification Type object hits
Description Number of times the service IP has been selected
Type: number
Format: counter
recent
Description Recent hits
Type: number
Format: counter