statsslvserverResult Structure Definition

The statsslvserverResult structure defines the return type for statsslvserver 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.

sslvserverList

Pointer to the sslvserver List.


sslvserverstats Structure Definition

The sslvserverstats structure defines the actual return type values for statsslvserver API.

Syntax



Members

vservername

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

clearstats

Clear the statsistics / counters

_nextgenapiresource


vslbhealth

Health of the vserver. This gives percentage of UP services bound to this vserver.

primaryipaddress

IP address of the vserver

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.

actsvcs

number of ACTIVE services bound to a vserver

ssltotclientauthsuccess

Number of successful client authentication on this vserver

sslclientauthsuccessrate

Rate of successful client authentication on this vserver

ssltotclientauthfailure

Number of failure client authentication on this vserver

sslclientauthfailurerate

Rate of failure client authentication on this vserver

sslctxtotencbytes

Number of encrypted bytes per SSL vserver

sslctxencbytesrate

Rate of encrypted bytes per SSL vserver

sslctxtotdecbytes

Number of decrypted bytes per SSL vserver

sslctxdecbytesrate

Rate of decrypted bytes per SSL vserver

sslctxtothwencbytes

Number of hardware encrypted bytes per SSL vserver

sslctxhwencbytesrate

Rate of hardware encrypted bytes per SSL vserver

sslctxtothwdec_bytes

Number of hw decrypted bytes per SSL vserver

sslctxhwdec_bytesrate

Rate of hw decrypted bytes per SSL vserver

sslctxtotsessionnew

Number of new sessions created

sslctxsessionnewrate

Rate of new sessions created

sslctxtotsessionhits

Number of session hits

sslctxsessionhitsrate

Rate of session hits

See Also