app_summary
Configuration for APP Report table resource.
(click to see Operations)
Properties
(click to see Operations)
Name | Data Type | Permissions | Description |
---|---|---|---|
app_threat_index | <Double> | Read-write | Threat Index. |
request_bytes | <Double> | Read-write | Session request bytes. |
health_score_prev | <Double> | Read-write | App Health Score. |
__count | <Double> | Read-write | count.. |
srvr_connections_prev | <Double> | Read-write | Current Server Connections. |
app_safety_index_prev | <Double> | Read-write | Safety Index. |
pkt_recvd | <Double> | Read-write | Total Pkts Received. |
appname | <String> | Read-write | AppName. Maximum length = 255 |
response_bytes | <Double> | Read-write | Session response bytes. |
total_attacks_prev | <Double> | Read-write | Total Attacks. |
vslbhealth | <Integer> | Read-write | Vserver Health. |
appcategory | <String> | Read-write | App Category. Maximum length = 255 |
app_safety_index | <Double> | Read-write | Safety Index. |
clnt_connections | <Double> | Read-write | Current Client Connections. |
throughput_prev | <Double> | Read-write | Throughput .. |
rpt_sample_time | <Double> | Read-write | Report Sample time.. |
total_bytes | <Double> | Read-write | Session total bytes. |
srvr_connections | <Double> | Read-write | Current Server Connections. |
total_attacks | <Double> | Read-write | Total Attacks. |
total_bytes_prev | <Double> | Read-write | Session total bytes. |
vservername | <String> | Read-write | Vserver Name. Maximum length = 255 |
exporter_id | <String> | Read-write | Exporter ID. Maximum length = 255 |
clnt_connections_prev | <Double> | Read-write | Current Client Connections. |
total_requests_prev | <Double> | Read-write | Total Requests. |
app_threat_index_prev | <Double> | Read-write | Threat Index. |
throughput | <Double> | Read-write | Throughput .. |
health_score | <Double> | Read-write | App Health Score. |
total_requests | <Double> | Read-write | Total Requests. |
pkt_sent | <Double> | Read-write | Total Pkts Sent. |
app_family | <String> | Read-write | Application Family. |
application_class | <String> | Read-only | Application class. |
Operations
(click to see Properties)
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>}]}