Download full document:

app_summary

Configuration for APP Report table resource.

(click to see Operations)

Properties

(click to see Operations)

NameData TypePermissionsDescription
app_threat_index<Double>Read-writeThreat Index.
request_bytes<Double>Read-writeSession request bytes.
health_score_prev<Double>Read-writeApp Health Score.
__count<Double>Read-writecount..
srvr_connections_prev<Double>Read-writeCurrent Server Connections.
app_safety_index_prev<Double>Read-writeSafety Index.
pkt_recvd<Double>Read-writeTotal Pkts Received.
appname<String>Read-writeAppName.
Maximum length = 255
response_bytes<Double>Read-writeSession response bytes.
total_attacks_prev<Double>Read-writeTotal Attacks.
vslbhealth<Integer>Read-writeVserver Health.
appcategory<String>Read-writeApp Category.
Maximum length = 255
app_safety_index<Double>Read-writeSafety Index.
clnt_connections<Double>Read-writeCurrent Client Connections.
throughput_prev<Double>Read-writeThroughput ..
rpt_sample_time<Double>Read-writeReport Sample time..
total_bytes<Double>Read-writeSession total bytes.
srvr_connections<Double>Read-writeCurrent Server Connections.
total_attacks<Double>Read-writeTotal Attacks.
total_bytes_prev<Double>Read-writeSession total bytes.
vservername<String>Read-writeVserver Name.
Maximum length = 255
exporter_id<String>Read-writeExporter ID.
Maximum length = 255
clnt_connections_prev<Double>Read-writeCurrent Client Connections.
total_requests_prev<Double>Read-writeTotal Requests.
app_threat_index_prev<Double>Read-writeThreat Index.
throughput<Double>Read-writeThroughput ..
health_score<Double>Read-writeApp Health Score.
total_requests<Double>Read-writeTotal Requests.
pkt_sent<Double>Read-writeTotal Pkts Sent.
app_family<String>Read-writeApplication Family.
application_class<String>Read-onlyApplication class.

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: https://<MGMT-IP>/nitro/v1/config/app_summary

HTTP Method: null

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": ;ltString_value>, "app_summary":[{
"app_threat_index":<Double_value>,
"request_bytes":<Double_value>,
"health_score_prev":<Double_value>,
"__count":<Double_value>,
"srvr_connections_prev":<Double_value>,
"app_safety_index_prev":<Double_value>,
"pkt_recvd":<Double_value>,
"appname":<String_value>,
"response_bytes":<Double_value>,
"total_attacks_prev":<Double_value>,
"vslbhealth":<Integer_value>,
"appcategory":<String_value>,
"app_safety_index":<Double_value>,
"clnt_connections":<Double_value>,
"throughput_prev":<Double_value>,
"rpt_sample_time":<Double_value>,
"total_bytes":<Double_value>,
"srvr_connections":<Double_value>,
"total_attacks":<Double_value>,
"total_bytes_prev":<Double_value>,
"vservername":<String_value>,
"application_class":<String_value>,
"exporter_id":<String_value>,
"clnt_connections_prev":<Double_value>,
"total_requests_prev":<Double_value>,
"app_threat_index_prev":<Double_value>,
"throughput":<Double_value>,
"health_score":<Double_value>,
"total_requests":<Double_value>,
"pkt_sent":<Double_value>,
"app_family":<String_value>}]}