Download full document:

lsndslite

Read/write properties

Properties

(click to see Operations)

Name Data Type PermissionsDescription
clearstats<String>Read-writeClear the statsistics / counters.<br>Possible values = basic, full
lsntotdsliterxpkts<Double>Read-onlyTotal number of LSN DS-Lite rx pkts.
lsndsliterxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliterxpkts
lsntotdsliterxbytes<Double>Read-onlyTotal number of LSN DS-Lite rx bytes.
lsndsliterxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdsliterxbytes
lsntotdslitetxpkts<Double>Read-onlyTotal number of LSN DS-Lite tx pkts.
lsndslitetxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdslitetxpkts
lsntotdslitetxbytes<Double>Read-onlyTotal number of LSN DS-Lite tx bytes.
lsndslitetxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdslitetxbytes
lsntotdslitetcprxpkts<Double>Read-onlyNumber of LSN DS-Lite TCP Received packets.
lsndslitetcprxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdslitetcprxpkts
lsntotdslitetcprxbytes<Double>Read-onlyNumber of LSN DS-Lite TCP Received bytes.
lsndslitetcprxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdslitetcprxbytes
lsntotdslitetcptxpkts<Double>Read-onlyNumber of LSN DS-Lite TCP Transmitted packets.
lsndslitetcptxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdslitetcptxpkts
lsntotdslitetcptxbytes<Double>Read-onlyNumber of LSN DS-Lite TCP Transmitted bytes.
lsndslitetcptxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdslitetcptxbytes
lsntotdslitetcpdrppkts<Double>Read-onlyNumber of LSN DS-Lite TCP Dropped packets.
lsndslitetcpdrppktsrate<Double>Read-onlyRate (/s) counter for lsntotdslitetcpdrppkts
lsncurdslitetcpsessions<Double>Read-onlyNumber of LSN DS-Lite TCP Current Sessions.
lsncurdslitetcpsessionsrate<Double>Read-onlyRate (/s) counter for lsncurdslitetcpsessions
lsntotdsliteudprxpkts<Double>Read-onlyNumber of LSN DS-Lite UDP Received packets.
lsndsliteudprxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteudprxpkts
lsntotdsliteudprxbytes<Double>Read-onlyNumber of LSN DS-Lite UDP Received bytes.
lsndsliteudprxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdsliteudprxbytes
lsntotdsliteudptxpkts<Double>Read-onlyNumber of LSN DS-Lite UDP Transmitted packets.
lsndsliteudptxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteudptxpkts
lsntotdsliteudptxbytes<Double>Read-onlyNumber of LSN DS-Lite UDP Transmitted bytes.
lsndsliteudptxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdsliteudptxbytes
lsntotdsliteudpdrppkts<Double>Read-onlyNumber of LSN DS-Lite UDP Dropped packets.
lsndsliteudpdrppktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteudpdrppkts
lsncurdsliteudpsessions<Double>Read-onlyNumber of LSN DS-Lite UDP Current Sessions.
lsncurdsliteudpsessionsrate<Double>Read-onlyRate (/s) counter for lsncurdsliteudpsessions
lsntotdsliteicmprxpkts<Double>Read-onlyNumber of LSN DS-Lite ICMP Received packets.
lsndsliteicmprxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteicmprxpkts
lsntotdsliteicmprxbytes<Double>Read-onlyNumber of LSN DS-Lite ICMP Received bytes.
lsndsliteicmprxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdsliteicmprxbytes
lsntotdsliteicmptxpkts<Double>Read-onlyNumber of LSN DS-Lite ICMP Transmitted packets.
lsndsliteicmptxpktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteicmptxpkts
lsntotdsliteicmptxbytes<Double>Read-onlyNumber of LSN DS-Lite ICMP Transmitted bytes.
lsndsliteicmptxbytesrate<Double>Read-onlyRate (/s) counter for lsntotdsliteicmptxbytes
lsntotdsliteicmpdrppkts<Double>Read-onlyNumber of LSN DS-Lite ICMP Dropped packets.
lsndsliteicmpdrppktsrate<Double>Read-onlyRate (/s) counter for lsntotdsliteicmpdrppkts
lsncurdsliteicmpsessions<Double>Read-onlyNumber of LSN DS-Lite ICMP Current Sessions.
lsncurdsliteicmpsessionsrate<Double>Read-onlyRate (/s) counter for lsncurdsliteicmpsessions
lsncurdslitesessions<Double>Read-onlyCurrent number of LSN DS-Lite sessions.
lsncurdslitesessionsrate<Double>Read-onlyRate (/s) counter for lsncurdslitesessions
lsndslitecursubscribers<Double>Read-onlyCurrent number of LSN DS-Lite subscribers.
lsndslitecursubscribersrate<Double>Read-onlyRate (/s) counter for lsndslitecursubscribers

Operations

(click to see Properties)

GET (ALL)

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://NS_IP/nitro/v1/stat/lsndslite

Query-parameters:

args

http://<NSIP>/nitro/v1/stat/lsndslite?args= detail:<Boolean_value>, fullvalues:<Boolean_value>, ntimes:<Double_value>, logfile:<String_value>, clearstats:<String_value>,

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

HTTP Method: GET

Response Payload:

{ "errorcode": 0, "message": "Done", "lsndslite": [ {
      "lsntotdsliteudpdrppkts":<Double_value>,
      "lsndsliteudprxpktsrate":<Double_value>,
      "lsntotdsliterxpkts":<Double_value>,
      "lsntotdslitetxbytes":<Double_value>,
      "lsncurdsliteicmpsessionsrate":<Double_value>,
      "lsntotdsliteudptxbytes":<Double_value>,
      "lsntotdsliteicmptxpkts":<Double_value>,
      "lsndslitetxpktsrate":<Double_value>,
      "lsntotdsliteicmptxbytes":<Double_value>,
      "lsntotdsliterxbytes":<Double_value>,
      "lsntotdsliteicmpdrppkts":<Double_value>,
      "lsncurdslitetcpsessionsrate":<Double_value>,
      "lsndsliteudptxbytesrate":<Double_value>,
      "lsntotdsliteudprxbytes":<Double_value>,
      "lsndsliterxbytesrate":<Double_value>,
      "lsncurdsliteicmpsessions":<Double_value>,
      "lsndsliteicmprxbytesrate":<Double_value>,
      "lsndsliteudpdrppktsrate":<Double_value>,
      "lsntotdslitetcpdrppkts":<Double_value>,
      "lsntotdsliteicmprxbytes":<Double_value>,
      "lsncurdslitesessionsrate":<Double_value>,
      "lsntotdsliteicmprxpkts":<Double_value>,
      "lsntotdslitetxpkts":<Double_value>,
      "lsncurdsliteudpsessionsrate":<Double_value>,
      "lsndslitetcptxpktsrate":<Double_value>,
      "lsntotdslitetcptxpkts":<Double_value>,
      "lsndsliteicmptxpktsrate":<Double_value>,
      "lsndsliteicmpdrppktsrate":<Double_value>,
      "lsntotdsliteudprxpkts":<Double_value>,
      "lsncurdslitetcpsessions":<Double_value>,
      "lsndslitetxbytesrate":<Double_value>,
      "lsntotdslitetcprxbytes":<Double_value>,
      "lsndsliteicmptxbytesrate":<Double_value>,
      "lsndsliteicmprxpktsrate":<Double_value>,
      "lsncurdslitesessions":<Double_value>,
      "lsndslitetcprxbytesrate":<Double_value>,
      "lsndslitecursubscribers":<Double_value>,
      "lsntotdslitetcprxpkts":<Double_value>,
      "lsndsliterxpktsrate":<Double_value>,
      "lsncurdsliteudpsessions":<Double_value>,
      "lsndslitetcprxpktsrate":<Double_value>,
      "lsntotdsliteudptxpkts":<Double_value>,
      "lsntotdslitetcptxbytes":<Double_value>,
      "lsndslitetcpdrppktsrate":<Double_value>,
      "lsndslitetcptxbytesrate":<Double_value>,
      "lsndsliteudprxbytesrate":<Double_value>,
      "lsndsliteudptxpktsrate":<Double_value>,
      "lsndslitecursubscribersrate":<Double_value>

}]}