statvpnvserverResult Structure Definition

The statvpnvserverResult structure defines the return type for statvpnvserver API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

vpnvserverList

Pointer to the vpnvserver List.


vpnvserverstats Structure Definition

The vpnvserverstats structure defines the actual return type values for statvpnvserver API.

Syntax



Members

name

Name of the virtual server for which to show detailed statistics.

clearstats

Clear the statsistics / counters

_nextgenapiresource


primaryipaddress

The IP address on which the service is running.

primaryport

The port on which the service is running.

type

Protocol associated with the vserver
Possible Values : HTTP, FTP, TCP, UDP, SSL, SSL_BRIDGE, SSL_TCP, DTLS, NNTP, DNS, DHCPRA, ANY, SIP_UDP, SIP_TCP, SIP_SSL, DNS_TCP, RTSP, PUSH, SSL_PUSH, RADIUS, RDP, MYSQL, MSSQL, DIAMETER, SSL_DIAMETER, TFTP, ORACLE, SMPP, SYSLOGTCP, SYSLOGUDP, FIX, SSL_FIX, PROXY, USER_TCP, USER_SSL_TCP, QUIC, IPFIX, LOGSTREAM, MONGO, MONGO_TLS, MQTT, MQTT_TLS, QUIC_BRIDGE, HTTP_QUIC, DOT, SSL_PROXY, KAFKA_PRODUCER.

state

Current state of the server. There are seven possible values: UP(7), DOWN(1), UNKNOWN(2), BUSY(3), OFS(Out of Service)(4), TROFS(Transition Out of Service)(5), TROFS_DOWN(Down When going Out of Service)(8)
Possible Values : UP, DOWN, UNKNOWN, BUSY, OUT OF SERVICE, GOING OUT OF SERVICE, DOWN WHEN GOING OUT OF SERVICE, NS_EMPTY_STR, Unknown, DISABLED.

totalrequests

Total number of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

requestsrate

Rate of requests received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

totalresponses

Number of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

responsesrate

Rate of responses received on this service or virtual server. (This applies to HTTP/SSL services and servers.)

totalrequestbytes

Total number of request bytes received on this service or virtual server.

requestbytesrate

Rate of request bytes received on this service or virtual server.

totalresponsebytes

Number of response bytes received by this service or virtual server.

responsebytesrate

Rate of response bytes received by this service or virtual server.

curtotalvpnusers

Number of users on this vserver

cursslvpnusers

Number of aaa sessions on this vserver

See Also