scpolicy
Statistics for SureConnect policy resource.
Properties
(click to see Operations )
Name | Data Type | Permissions | Description |
---|---|---|---|
name |
|
Read-write | Name of the policy about which to display statistics. To display statistics about all SureConnect policies, do not set this parameter.
Minimum length = 1 Maximum length = 31 |
clearstats |
|
Read-write | Clear the statsistics / counters.
Possible values = basic, full |
avgservertransactiontime |
|
Read-only | Average server transaction time in seconds for this SureConnect Policy. |
avgservertransactiontimerate |
|
Read-only | Rate (/s) counter for avgservertransactiontime |
scaverageclientttlb |
|
Read-only | Average value of the client Time-To-Last-Byte in seconds for this SureConnect policy. |
scaverageclientttlbrate |
|
Read-only | Rate (/s) counter for scaverageclientttlb |
scphysicalserviceip |
|
Read-only | IP address of the service in dotted notation for which these statistics are maintained. |
scphysicalserviceport |
|
Read-only | Port of the service for which these statistics are maintained. |
sccurrentclientconnections |
|
Read-only | Number of clients currently allowed a server connection by this SureConnect policy. |
sccurrentclientconnectionsrate |
|
Read-only | Rate (/s) counter for sccurrentclientconnections |
sccurrentwaitingclients |
|
Read-only | Current number of SureConnect priority clients that are waiting for a server connection. |
sccurrentwaitingclientsrate |
|
Read-only | Rate (/s) counter for sccurrentwaitingclients |
totopenconn |
|
Read-only | Current number of open connections to the servers matching this policy. |
openconnrate |
|
Read-only | Rate (/s) counter for totopenconn |
sccurrentwaitingtime |
|
Read-only | Value of the currently estimated waiting time in seconds for the configured URL. |
sccurrentwaitingtimerate |
|
Read-only | Rate (/s) counter for sccurrentwaitingtime |
sctotalclientconnections |
|
Read-only | Total number of clients that were allowed a server connection by this SureConnect policy. |
scclientconnectionsrate |
|
Read-only | Rate (/s) counter for sctotalclientconnections |
sctotalserverconnections |
|
Read-only | Total number of server connections that were established through this SureConnect policy. |
scserverconnectionsrate |
|
Read-only | Rate (/s) counter for sctotalserverconnections |
totclienttransaction |
|
Read-only | Total number of client transactions processed by this SureConnect policy. |
clienttransactionrate |
|
Read-only | Rate (/s) counter for totclienttransaction |
sctotalservertransactions |
|
Read-only | Number of 200 OK responses received from the web server by this SureConnect policy. |
scservertransactionsrate |
|
Read-only | Rate (/s) counter for sctotalservertransactions |
sctotalrequestsreceived |
|
Read-only | Total number of requests received by this SureConnect policy. |
screquestsreceivedrate |
|
Read-only | Rate (/s) counter for sctotalrequestsreceived |
sctotalrequestbytes |
|
Read-only | Total number of request bytes received by this SureConnect policy. |
screquestbytesrate |
|
Read-only | Rate (/s) counter for sctotalrequestbytes |
sctotalresponsesreceived |
|
Read-only | Total number of server responses received by this SureConnect policy. |
scresponsesreceivedrate |
|
Read-only | Rate (/s) counter for sctotalresponsesreceived |
sctotalresponsebytes |
|
Read-only | Total number of response bytes received by this SureConnect policy. |
scresponsebytesrate |
|
Read-only | Rate (/s) counter for sctotalresponsebytes |
Operations
(click to see Properties )
- GET (ALL)
- GET
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/stat/scpolicy
Query-parameters:
args
http:// <netscaler-ip-address> /nitro/v1/stat/scpolicy? args=name: <String_value> ,detail: <Boolean_value> ,fullvalues: <Boolean_value> ,ntimes: <Double_value> ,logfile: <String_value> ,clearstats: <String_value>
Use this query-parameter to get scpolicy resources based on additional properties.
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:
{ "scpolicy": [ {
"name":<String_value>,
"sctotalresponsesreceived":<Double_value>,
"sccurrentwaitingtime":<Double_value>,
"clienttransactionrate":<Double_value>,
"sccurrentwaitingtimerate":<Double_value>,
"sccurrentwaitingclients":<Double_value>,
"sctotalrequestsreceived":<Double_value>,
"screquestsreceivedrate":<Double_value>,
"scresponsebytesrate":<Double_value>,
"screquestbytesrate":<Double_value>,
"sctotalresponsebytes":<Double_value>,
"scserverconnectionsrate":<Double_value>,
"sctotalservertransactions":<Double_value>,
"sccurrentwaitingclientsrate":<Double_value>,
"scaverageclientttlb":<Double_value>,
"avgservertransactiontime":<Double_value>,
"scphysicalserviceip":<String_value>,
"sccurrentclientconnectionsrate":<Double_value>,
"sccurrentclientconnections":<Double_value>,
"openconnrate":<Double_value>,
"scclientconnectionsrate":<Double_value>,
"scaverageclientttlbrate":<Double_value>,
"totclienttransaction":<Double_value>,
"scservertransactionsrate":<Double_value>,
"sctotalclientconnections":<Double_value>,
"scphysicalserviceport":<Integer_value>,
"totopenconn":<Double_value>,
"avgservertransactiontimerate":<Double_value>,
"scresponsesreceivedrate":<Double_value>,
"sctotalrequestbytes":<Double_value>,
"sctotalserverconnections":<Double_value>
}]}
<!--NeedCopy-->
get
URL: http:// <netscaler-ip-address> /nitro/v1/stat/scpolicy/ name_value><String>
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:
{ "scpolicy": [ {
"name":<String_value>,
"sctotalresponsesreceived":<Double_value>,
"sccurrentwaitingtime":<Double_value>,
"clienttransactionrate":<Double_value>,
"sccurrentwaitingtimerate":<Double_value>,
"sccurrentwaitingclients":<Double_value>,
"sctotalrequestsreceived":<Double_value>,
"screquestsreceivedrate":<Double_value>,
"scresponsebytesrate":<Double_value>,
"screquestbytesrate":<Double_value>,
"sctotalresponsebytes":<Double_value>,
"scserverconnectionsrate":<Double_value>,
"sctotalservertransactions":<Double_value>,
"sccurrentwaitingclientsrate":<Double_value>,
"scaverageclientttlb":<Double_value>,
"avgservertransactiontime":<Double_value>,
"scphysicalserviceip":<String_value>,
"sccurrentclientconnectionsrate":<Double_value>,
"sccurrentclientconnections":<Double_value>,
"openconnrate":<Double_value>,
"scclientconnectionsrate":<Double_value>,
"scaverageclientttlbrate":<Double_value>,
"totclienttransaction":<Double_value>,
"scservertransactionsrate":<Double_value>,
"sctotalclientconnections":<Double_value>,
"scphysicalserviceport":<Integer_value>,
"totopenconn":<Double_value>,
"avgservertransactiontimerate":<Double_value>,
"scresponsesreceivedrate":<Double_value>,
"sctotalrequestbytes":<Double_value>,
"sctotalserverconnections":<Double_value>
}]}
<!--NeedCopy-->