gslb service-ip service stats¶
Statistics for the object service
service Specification¶
Parameter Value Type Collection Collection Name service-list Collection URI /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label} Element Name service Element URI /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label}/stats Element Attributes service_attributes Partition Visibility None Schema service schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label} | ||
Create List | POST | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label} | ||
Get Object | GET | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label}/stats | ||
Get List | GET | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label} | ||
Modify Object | POST | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label}/stats | ||
Replace Object | PUT | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label}/stats | ||
Replace List | PUT | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label} | ||
Delete Object | DELETE | /axapi/v3/gslb/service-ip/{node-name}/service/{port-num}+{port-proto}+{label}/stats |
service-list¶
service-list is JSON List of service attributes
service-list : [
]
service attributes¶
label
Description Service Label
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
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 stats
Type: Object
stats¶
Specification Value Type object active
Description Active Servers
Type: number
Format: counter
current
Description Current Connections
Type: number
Format: counter