ADC NITRO APIs

nsconnectiontable

Configuration for TCP/IP connection table resource.

Properties

(click to see Operations )

Name Data Type Permissions Description
filterexpression Read-write The maximum length of filter expression is 255 and it can be of following format [ ] = \( ;; \| \|\| ) = CONNECTION...() = SRCIP = \[ EQ \| NE ] = A valid IPv4 address example = CONNECTION.SRCIP.EQ(127.0.0.1) = DSTIP = \[ EQ \| NE ] = A valid IPv4 address. example = CONNECTION.DSTIP.EQ(127.0.0.1) = IP = \[ EQ \| NE ] = A valid IPv4 address. example = CONNECTION.IP.EQ(127.0.0.1) = SRCIPv6 = \[ EQ \| NE ] = A valid IPv6 address. example = CONNECTION.SRCIPv6.EQ(2001:db8:0:0:1::1) = DSTIPv6 = \[ EQ \| NE ] = A valid IPv6 address. example = CONNECTION.DSTIPv6.EQ(2001:db8:0:0:1::1) = IPv6 = \[ EQ \| NE ] = A valid IPv6 address. example = CONNECTION.IPv6.EQ(2001:db8:0:0:1::1) = SRCPORT = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid port number. example = CONNECTION.SRCPORT.EQ(80) = DSTPORT = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid port number. example = CONNECTION.DSTPORT.EQ(80) = PORT = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid port number. example = CONNECTION.PORT.EQ(80) = SVCNAME = \[ EQ \| NE \| CONTAINS \| STARTSWITH \| ENDSWITH ] = service name. example = CONNECTION.SVCNAME.EQ("name") = LB_VSERVER.NAME = \[ EQ \| NE \| CONTAINS \| STARTSWITH \| ENDSWITH ] = LB vserver name. example = CONNECTION.LB_VSERVER.NAME.EQ("name") = CS_VSERVER.NAME = \[ EQ \| NE \| CONTAINS \| STARTSWITH \| ENDSWITH ] = CS vserver name. example = CONNECTION.CS_VSERVER.NAME.EQ("name") = INTF = \[ EQ \| NE ] = A valid interface id in the form of x/y (n/x/y in case of cluster interface). examle = CONNECTION.INTF.EQ("0/1/1") = VLANID = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid VLAN ID. example = CONNECTION.VLANID.EQ(0) = CONNID = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid PCB dev number. example = CONNECTION.CONNID.EQ(0) = PPEID = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid core ID. example = CONNECTION.PPEID.EQ(0) = IDLETIME = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A positive integer indicating the idletime. example = CONNECTION.IDLETIME.LT(100) = TCPSTATE = \[ EQ \| NE ] = \( CLOSE\_WAIT \| CLOSED \| CLOSING ESTABLISHED \| FIN\_WAIT\_1 \| FIN\_WAIT\_2 \| LAST\_ACK LISTEN \| SYN\_RECEIVED \| SYN\_SENT \| TIME\_WAIT NOT_APPLICABLE) example = CONNECTION.TCPSTATE.EQ(LISTEN) = SERVICE_TYPE = \[ EQ \| NE ] = \( SVC\_HTTP \| FTP \| TCP \| UDP \| SSL SSL\_BRIDGE \| SSL\_TCP \| NNTP \| RPCSVR \| RPCSVRS RPCCLNT \| SVC\_DNS \| ADNS \| SNMP \| RTSP \| DHCPRA \| NAT \| ANY MONITOR \| MONITOR\_UDP \| MONITOR\_PING \| SIP\_UDP SVC\_MYSQL \| SVC\_MSSQL \| SERVICE\_UNKNOWN ) example = CONNECTION.SERVICE_TYPE.EQ(ANY) = TRAFFIC_DOMAIN_ID = \[ EQ \| NE \| GT \| GE \| LT \| LE \| BETWEEN ] = A valid traffic domain ID. example = CONNECTION.TRAFFIC_DOMAIN_ID.EQ(0) common usecases Filtering out loopback connections and view present connections through netscaler show connectiontable "CONNECTION.IP.NE(127.0.0.1) ;; CONNECTION.TCPSTATE.EQ(ESTABLISHED)" -detail full show connections from a particular sourceip and targeted to port 80 show connectiontable "CONNECTION.SRCIP.EQ(10.102.1.91) ;; CONNECTION.DSTPORT.EQ(80)" show connection particular to a service and its linked client connections show connectiontable CONNECTION.SVCNAME.EQ("S1") -detail link show connections for a particular servicetype(e.g.http) show connectiontable CONNECTION.SERVICE_TYPE.EQ(TCP) viewing connections that have been idle for a long time show connectiontable CONNECTION.IDLETIME.GT(100) show connections particular to a service and idle for a long time show connectiontable "CONNECTION.SVCNAME.EQ(\\"S1\\") ;; CONNECTION.IDLETIME.GT(100)" show connections for a particular interface show connectiontable CONNECTION.INTF.EQ("1/1") show connections for a particular interface and vlan show connectiontable "CONNECTION.INTF.EQ(\\"1/1\\") ;; CONNECTION.VLANID.EQ(1)" .
link Read-write Display link information if available.
filtername Read-write Display name instead of IP for local entities.
detail <String[]> Read-write Specify display options for the connection table.

* LINK - Displays the linked PCB (Protocol Control Block).

* NAME - Displays along with the service name.

* CONNFAILOVER - Displays PCB with connection failover.

* FULL - Displays all available details.

Possible values = LINK, NAME, CONNFAILOVER, FULL, NNM, FULL+
listen Read-write Display listening services only.
nodeid Read-write Unique number that identifies the cluster node.

Minimum value = 0

Maximum value = 31
sourceip Read-only Source IP of the connection.
sourceport Read-only Source port of the connection.

Range 1 - 65535

* in CLI is represented as 65535 in NITRO API
destip Read-only Destination IP of the connection.
destport Read-only Destination port of the connection.

Range 1 - 65535

* in CLI is represented as 65535 in NITRO API
svctype Read-only Protocol supported by the connection.

Possible values = HTTP, FTP, TCP, UDP, SSL, SSL_BRIDGE, SSL_TCP, NNTP, RPCSVR, DNS, ADNS, SNMP, RTSP, DHCPRA, ANY, SIP_UDP, SIP_TCP, SIP_SSL, DNS_TCP, ADNS_TCP, HTTPSVR, HTTPCLIENT, NAT, HA, AAA, SINCTCP, VPN AFTP, MONITORS, SSLVPN UDP, SINCUDP, RIP, UDP CLNT, SASP, RPCCLNTS, ROUTE, AUDIT, STA HTTP, STA SSL, DNS RESOLVE, RDP, MYSQL, MSSQL, DIAMETER, SSL_DIAMETER, TFTP, ORACLE, ICA, RADIUS, RADIUSListener, SMPP, PPTP, GRE, SYSLOGTCP, SYSLOGUDP, FIX, SSL_FIX, QUIC, TFTP_DATA, USER_TCP, USER_SSL_TCP, MONGO, MONGO_TLS, MQTT, MQTT_TLS, QUIC_BRIDGE, HTTP_QUIC, CT_TCP, CT_UDP, DOT, ADNS_DOT
idletime Read-only Time since last activity was detected on the connection.
state Read-only Current TCP/IP state of the connection.

Possible values = CLOSED, LISTEN, SYN_SENT, SYN_RECEIVED, ESTABLISHED, CLOSE_WAIT, FIN_WAIT_1, CLOSING, LAST_ACK, FIN_WAIT_2, TIME_WAIT, NA
linksourceip Read-only Source IP of the link connection.
linksourceport Read-only Source port of the link connection.

Range 1 - 65535

* in CLI is represented as 65535 in NITRO API
linkdestip Read-only Destination IP of the link connection.
linkdestport Read-only Destination port of the link connection.

Range 1 - 65535

* in CLI is represented as 65535 in NITRO API
linkservicetype Read-only Protocol supported by the link connection.

Possible values = HTTP, FTP, TCP, UDP, SSL, SSL_BRIDGE, SSL_TCP, NNTP, RPCSVR, DNS, ADNS, SNMP, RTSP, DHCPRA, ANY, SIP_UDP, SIP_TCP, SIP_SSL, DNS_TCP, ADNS_TCP, HTTPSVR, HTTPCLIENT, NAT, HA, AAA, SINCTCP, VPN AFTP, MONITORS, SSLVPN UDP, SINCUDP, RIP, UDP CLNT, SASP, RPCCLNTS, ROUTE, AUDIT, STA HTTP, STA SSL, DNS RESOLVE, RDP, MYSQL, MSSQL, DIAMETER, SSL_DIAMETER, TFTP, ORACLE, ICA, RADIUS, RADIUSListener, SMPP, PPTP, GRE, SYSLOGTCP, SYSLOGUDP, FIX, SSL_FIX, QUIC, TFTP_DATA, USER_TCP, USER_SSL_TCP, MONGO, MONGO_TLS, MQTT, MQTT_TLS, QUIC_BRIDGE, HTTP_QUIC, CT_TCP, CT_UDP, DOT, ADNS_DOT
linkidletime Read-only Time since last activity was detected on link connection.
linkstate Read-only TCP/IP current state of link connection.

Possible values = CLOSED, LISTEN, SYN_SENT, SYN_RECEIVED, ESTABLISHED, CLOSE_WAIT, FIN_WAIT_1, CLOSING, LAST_ACK, FIN_WAIT_2, TIME_WAIT, NA
entityname Read-only Citrix ADC entity name for the connection.
linkentityname Read-only Citrix ADC entity name for link connection.
connid Read-only Unique transaction number for the connection.
linkconnid Read-only Unique transaction number for the peer connection.
connproperties <String[]> Read-only flags used to store connection properties like client, server etc.

Possible values = LINK, HASLINK, CLIENT, SERVER, NNM, MPTCP, SUBFLOW
optionflags <String[]> Read-only flags used to store TCP options like Sack, WS.

Possible values = sack, timstmp, ws
nswsvalue Read-only Citrix ADC window scaling value.
peerwsvalue Read-only peer window scaling value.
mss Read-only Client side MSS for the connection - used in server SYN.
retxretrycnt Read-only Retransmission retry count for the connection.
rcvwnd Read-only Received Advertised Window for the connection.
advwnd Read-only Sent advertised window for the connection.
sndcwnd Read-only sent congestion window for the connection.
iss Read-only Initial send sequence number for the connection.
irs Read-only Initial receive sequence number for the connection.
rcvnxt Read-only next expecting seq number for the connection.
maxack Read-only current running max ack sent for the connection.
sndnxt Read-only next bytes seq number for the connection.
sndunack Read-only Most recently received ACK for the connection.
httpendseq Read-only HTTP parsing tracking seq number for the connection.
httpstate Read-only HTTP Protocol state for the connection.

Possible values = INITIALIZED, CONTENT_LENGTH, CHUNKED, WAIT_FINAL_ACK, UNKNOWN, DONE, WAIT_FIN
trcount Read-only Max reuests allowed per connection.
priority Read-only priority of the connection.

Possible values = SC Priority, Priority queue1, priority queue2, priority queue3, DoS Priority, Surge Priority
httpreqver Read-only current HTTP request version on the connection.

Possible values = HTTP_1_0, HTTP_1_1, HTTP_0_9, RTSP_1_0, SIP_2_0, VPN_ICA_SOCKS, VPN_ICA_CGP, HTTP_2_0, HTTP_2_0_DIRECT
httprequest Read-only current HTTP request type on the connection.

Possible values = OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, TRACK, CONNECT, RPCCONNECT
httprspcode Read-only current response type on the connection.
rttsmoothed Read-only smoothed RTT value of the connection.
rttvariance Read-only RTT variance for the connection.
outoforderpkts Read-only held packets on the connection.
linkoptionflag <String[]> Read-only Link connection’s TCP option flag for Sack and WS.

Possible values = sack, timstmp, ws
linknswsvalue Read-only Link connection-s Citrix ADC window scaling value.
linkpeerwsvalue Read-only Link connection-s peer Citrix ADC window scaling value.
targetnodeidnnm Read-only NNM connection target node ID.
sourcenodeidnnm Read-only NNM connection source node ID.
channelidnnm Read-only NNM connection channel ID.
msgversionnnm Read-only nnm message version.
td Read-only Traffic Domain Id.
maxrcvbuf Read-only Maximum receive window that application advertizes to peer.
linkmaxrcvbuf Read-only Maximum receive window that application advertizes to peer in linked connection.
rxqsize Read-only Total number of bytes in Citrix ADC receive buffer. This includes bytes being processed / policy related data / stored in application buffer.
linkrxqsize Read-only Total number of bytes in Citrix ADC receive buffer for linked connection. This includes bytes being processed / policy related data / stored in application buffer.
maxsndbuf Read-only Maximum send window that application can process and send.
linkmaxsndbuf Read-only Maximum send window that application can process and send in linked connection.
txqsize Read-only Total number of bytes in Citrix ADC send buffer. This includes both inflight and queued bytes in Citrix ADC.
linktxqsize Read-only Total number of bytes in Citrix ADC send buffer for linked connection. This includes both inflight and queued bytes in Citrix ADC.
flavor Read-only TCP congestion control algorithm.

Possible values = Default, Westwood, BIC, CUBIC, Nile, BBR
linkflavor Read-only TCP congestion control algorithm for a linked connection.

Possible values = Default, Westwood, BIC, CUBIC, Nile, BBR
bwestimate Read-only TCP Bandwidth Estimate.
linkbwestimate Read-only TCP Bandwidth Estimate for a linked connection.
rttmin Read-only Minimum Round Trip Time for the connection.
linkrttmin Read-only Minimum Round Trip Time for linked connection.
name Read-only Name of TCP profile attached to the connection.

Minimum length = 1

Maximum length = 127
linkname Read-only Name of TCP profile attached to the connection.

Minimum length = 1

Maximum length = 127
tcpmode Read-only TCP Optimization modes TRANSPARENT / ENDPOINT.

Possible values = TRANSPARENT, ENDPOINT
linktcpmode Read-only TCP Optimization modes TRANSPARENT / ENDPOINT for linked connection.

Possible values = TRANSPARENT, ENDPOINT
realtimertt Read-only Real Time / Instantaneous round trip time.
linkrealtimertt Read-only Real Time / Instantaneous round trip time for linked connection.
sndbuf Read-only send buffer size.
linksndbuf Read-only Send buffer size for linked connection.
nsbtcpwaitq Read-only Number of packets in TCP wait queue.
linknsbtcpwaitq Read-only Number of packets in wait queue for linked connection.
nsbretxq Read-only Number of packets in retransmission queue.
linknsbretxq Read-only Number of packets in retransmission queue for linked connection.
sackblocks Read-only Number of sack blocks attached to the connection.
linksackblocks Read-only Number of sack blocks attached in linked connection.
congstate Read-only TCP congestion state.

Possible values = open, recovery, loss, reneg, partial_ACK, retx_lost
linkcongstate Read-only TCP congestion state for a linked connection.

Possible values = open, recovery, loss, reneg, partial_ACK, retx_lost
sndrecoverle Read-only Sequence Number denoting end of fast recovery.
linksndrecoverle Read-only Sequence Number denoting end of fast recovery for linked connection.
creditsinbytes Read-only Connections current credits in Bytes/ms.
linkcredits Read-only Link connections current credits in Bytes/ms.
rateinbytes Read-only Connections current rate in Bytes/ms.
linkrateinbytes Read-only Link connections current rate in Bytes/ms.
rateschedulerqueue Read-only Bytes that are queued in the rate scheduler for this connection.
linkrateschedulerqueue Read-only Bytes that are queued in the rate scheduler for link connection.
burstratecontrol Read-only TCP Burst Rate Control DISABLED/FIXED/DYNAMIC.

Possible values = DISABLED, FIXED, DYNAMIC
linkburstratecontrol Read-only TCP Burst Rate Control DISABLED/FIXED/DYNAMIC.

Possible values = DISABLED, FIXED, DYNAMIC
cqabifavg Read-only Average bytes in flight over maxburst.
cqathruputavg Read-only Average instantaneous throughput over maxburst.
cqarcvwndavg Read-only Average receive window over maxburst.
cqaiai1mspct Read-only Percentage of inter arriaval samples for 1ms over maxburst.
cqaiai2mspct Read-only Percentage of inter arriaval samples for 2ms over maxburst.
cqasamples Read-only Number of ACK samples over maxburst.
cqaiaisamples Read-only Number of samples considered for calculating inter arrival interval over maxburst.
cqanetclass Read-only Network type name.

Maximum length = 49
cqaccl Read-only Connection congestion level.

Minimum value = 0

Maximum value = 100
cqacsq Read-only Connectiontion signal quality level.

Minimum value = 0

Maximum value = 100
cqaiaiavg Read-only Average inter arriaval interval over maxburst.
cqaisiavg Read-only Average inter send interval over maxburst.
cqarcvwndmin Read-only Minimum receive window over maxburst.
cqaretxcorr Read-only Number of retransmission due to noise over maxburst.
cqaretxcong Read-only Number of retransmission due to congestion over maxburst.
cqaretxpackets Read-only Number of retransmission over maxburst.
cqaloaddelayavg Read-only Average load delay over maxburst.
cqanoisedelayavg Read-only Average noise delay over maxburst.
cqarttmax Read-only Maximum RTT sample over maxburst in ms.
cqarttmin Read-only Minimum RTT sample over maxburst in ms.
cqarttavg Read-only Minimum RTT sample over maxburst in ms.
adaptivetcpprofname Read-only Name of the Adaptive-TCP profile currently assigned to the connection.

Minimum length = 1

Maximum length = 127
outoforderblocks Read-only held packets on the connection.
outoforderflushedcount Read-only held packets on the connection.
outoforderbytes Read-only held packets on the connection.
__count Read-only count parameter

Operations

(click to see Properties )

  • GET (ALL)
  • COUNT

Some options that you can use for each operations:

  • Getting warnings in response: NITRO allows you to get warnings in an operation by specifying the 'warning' query parameter as 'yes'. For example, to get warnings while connecting to the NetScaler appliance, the URL is as follows:

    http:// <netscaler-ip-address> /nitro/v1/config/login?warning=yes

    If any, the warnings are displayed in the response payload with the HTTP code '209 X-NITRO-WARNING'.

  • Authenticated access for individual NITRO operations: NITRO allows you to logon to the NetScaler appliance to perform individual operations. You can use this option instead of creating a NITRO session (using the login object) and then using that session to perform all operations,

    To do this, you must specify the username and password in the request header of the NITRO request as follows:

    X-NITRO-USER: <username>

    X-NITRO-PASS: <password>

    Note: In such cases, make sure that the request header DOES not include the following:

    Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

*Note: * Mandatory parameters are marked in red and placeholder content is marked in green

get (all)

URL: http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable Query-parameters: args http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? args=filterexpression: <String_value> ,link: <Boolean_value> ,filtername: <Boolean_value> ,detail: <String[]_value> ,listen: <Boolean_value> ,nodeid: <Double_value>

Use this query-parameter to get nsconnectiontable resources based on additional properties.

attrs http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? attrs=property-name1,property-name2

Use this query parameter to specify the resource details that you want to retrieve.

filter http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? filter=property-name1:property-val1,property-name2:property-val2

Use this query-parameter to get the filtered set of nsconnectiontable resources configured on NetScaler.Filtering can be done on any of the properties of the resource.

view http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? view=summary

Use this query-parameter to get the summary output of nsconnectiontable resources configured on NetScaler.

Note: By default, the retrieved results are displayed in detail view (?view=detail).

pagination http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? pagesize=#no;pageno=#no

Use this query-parameter to get the nsconnectiontable resources in chunks.

HTTP Method: GET

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Accept:application/json

Response: HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

Response Header:

Content-Type:application/json

Response Payload:

{ "nsconnectiontable": [ {
filterexpression:<String_value>,link:<Boolean_value>,filtername:<Boolean_value>,detail:<String[]_value>,listen:<Boolean_value>,nodeid:<Double_value>"sourceip":<String_value>,
"sourceport":<Integer_value>,
"destip":<String_value>,
"destport":<Integer_value>,
"svctype":<String_value>,
"idletime":<Integer_value>,
"state":<String_value>,
"linksourceip":<String_value>,
"linksourceport":<Integer_value>,
"linkdestip":<String_value>,
"linkdestport":<Integer_value>,
"linkservicetype":<String_value>,
"linkidletime":<Integer_value>,
"linkstate":<String_value>,
"entityname":<String_value>,
"linkentityname":<String_value>,
"connectionnumber":<Integer_value>,
"linkconnectionnumber":<Integer_value>,
"connid":<Double_value>,
"linkconnid":<Double_value>,
"connproperties":<String[]_value>,
"optionflags":<String[]_value>,
"nswsvalue":<Double_value>,
"peerwsvalue":<Double_value>,
"mss":<Integer_value>,
"retxretrycnt":<Integer_value>,
"rcvwnd":<Integer_value>,
"advwnd":<Integer_value>,
"sndcwnd":<Integer_value>,
"iss":<Double_value>,
"irs":<Double_value>,
"rcvnxt":<Integer_value>,
"maxack":<Integer_value>,
"sndnxt":<Integer_value>,
"sndunack":<Integer_value>,
"httpendseq":<Integer_value>,
"httpstate":<String_value>,
"trcount":<Integer_value>,
"priority":<String_value>,
"httpreqver":<String_value>,
"httprequest":<String_value>,
"httprspcode":<Integer_value>,
"rttsmoothed":<Integer_value>,
"rttvariance":<Integer_value>,
"outoforderpkts":<Integer_value>,
"linkoptionflag":<String[]_value>,
"linknswsvalue":<Double_value>,
"linkpeerwsvalue":<Double_value>,
"targetnodeidnnm":<Integer_value>,
"sourcenodeidnnm":<Integer_value>,
"channelidnnm":<Double_value>,
"msgversionnnm":<Double_value>,
"td":<Double_value>,
"maxrcvbuf":<Integer_value>,
"linkmaxrcvbuf":<Integer_value>,
"rxqsize":<Integer_value>,
"linkrxqsize":<Integer_value>,
"maxsndbuf":<Integer_value>,
"linkmaxsndbuf":<Integer_value>,
"txqsize":<Integer_value>,
"linktxqsize":<Integer_value>,
"flavor":<String_value>,
"linkflavor":<String_value>,
"bwestimate":<Integer_value>,
"linkbwestimate":<Integer_value>,
"rttmin":<Integer_value>,
"linkrttmin":<Integer_value>,
"name":<String_value>,
"linkname":<String_value>,
"tcpmode":<String_value>,
"linktcpmode":<String_value>,
"realtimertt":<Integer_value>,
"linkrealtimertt":<Integer_value>,
"sndbuf":<Integer_value>,
"linksndbuf":<Integer_value>,
"nsbtcpwaitq":<Integer_value>,
"linknsbtcpwaitq":<Integer_value>,
"nsbretxq":<Integer_value>,
"linknsbretxq":<Integer_value>,
"sackblocks":<Integer_value>,
"linksackblocks":<Integer_value>,
"congstate":<String_value>,
"linkcongstate":<String_value>,
"sndrecoverle":<Double_value>,
"linksndrecoverle":<Double_value>,
"creditsinbytes":<Integer_value>,
"linkcredits":<Integer_value>,
"rateinbytes":<Double_value>,
"linkrateinbytes":<Double_value>,
"rateschedulerqueue":<Double_value>,
"linkrateschedulerqueue":<Double_value>,
"burstratecontrol":<String_value>,
"linkburstratecontrol":<String_value>,
"cqabifavg":<Double_value>,
"cqathruputavg":<Double_value>,
"cqarcvwndavg":<Double_value>,
"cqaiai1mspct":<Double_value>,
"cqaiai2mspct":<Double_value>,
"cqasamples":<Double_value>,
"cqaiaisamples":<Double_value>,
"cqanetclass":<String_value>,
"cqaccl":<Double_value>,
"cqacsq":<Double_value>,
"cqaiaiavg":<Double_value>,
"cqaisiavg":<Double_value>,
"cqarcvwndmin":<Double_value>,
"cqaretxcorr":<Double_value>,
"cqaretxcong":<Double_value>,
"cqaretxpackets":<Double_value>,
"cqaloaddelayavg":<Double_value>,
"cqanoisedelayavg":<Double_value>,
"cqarttmax":<Double_value>,
"cqarttmin":<Double_value>,
"cqarttavg":<Double_value>,
"adaptivetcpprofname":<String_value>,
"outoforderblocks":<Integer_value>,
"outoforderflushedcount":<Integer_value>,
"outoforderbytes":<Integer_value>
}]}

<!--NeedCopy-->

count

URL: http:// <netscaler-ip-address> /nitro/v1/config/nsconnectiontable? count=yes HTTP Method: GET

Request Headers:

Cookie:NITRO_AUTH_TOKEN= <tokenvalue>

Accept:application/json

Response: HTTP Status Code on Success: 200 OK

HTTP Status Code on Failure: 4xx <string> (for general HTTP errors) or 5xx <string> (for NetScaler-specific errors). The response payload provides details of the error

Response Header:

Content-Type:application/json

Response Payload:

{ "nsconnectiontable": [ { "__count": "#no"} ] }

<!--NeedCopy-->
nsconnectiontable