Download full document:

security_app_dashboard_details

Configuration for Security App Dashboard Report table resource.

(click to see Operations)

Properties

(click to see Operations)

NameData TypePermissionsDescription
violation_category<String>Read-writeviolation Category..
app_threat_index<Double>Read-writeReport Sample time..
ns_city<String>Read-writeNetScaler Location city.
severity_type<String>Read-writeseverity_type.
Maximum length = 255
__count<Double>Read-writecount..
app_category<String>Read-writeApp Category.
Maximum length = 255
country_code<String>Read-writecountry_code.
Maximum length = 255
violation_type<String>Read-writeViolation Type.
block_flags_prev<Double>Read-writeBlock flag count.
safety_index<Double>Read-writesafety index..
app_safety_index_prev<Double>Read-writeReport Sample time..
appname<String>Read-writeAppName.
Maximum length = 255
threat_index<Double>Read-writethreat_index.
city<String>Read-writecity.
total_attacks_prev<Double>Read-writeCount of attacks in given sampled timeframe..
latitude<Double>Read-writelatitude.
ctnsappname<String>Read-writeAppName.
Maximum length = 255
ip_address<String>Read-writeNetscaler IP Address..
Minimum length = 1
Maximum length = 64
app_safety_index<Double>Read-writeReport Sample time..
country<String>Read-writecountry.
Maximum length = 255
longitude<Double>Read-writelongitude.
source_ip_address<String>Read-writeClient ip address.
Maximum length = 255
name<String>Read-writeName of NetScaler Instance.
Minimum length = 1
Maximum length = 128
rpt_sample_time<Double>Read-writeReport Sample time..
description<String>Read-writeViolation Type Description.
total_attacks<Double>Read-writeCount of this URL in given sampled timeframe..
device_ip_address<String>Read-writeDevice IP Address.
Maximum length = 255
attack_category<String>Read-writeAttack Category..
ns_latitude<Double>Read-writeNetScaler Location latitude.
exporter_id<String>Read-writeExporter ID.
Maximum length = 255
vserver_name<String>Read-writeAppName.
Maximum length = 255
ns_longitude<Double>Read-writeNetScaler Location longitude.
app_threat_index_prev<Double>Read-writeReport Sample time..
block_flags<Double>Read-writeBlock flag count.

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/security_app_dashboard_details

HTTP Method: null

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": ;ltString_value>, "security_app_dashboard_details":[{
"violation_category":<String_value>,
"app_threat_index":<Double_value>,
"ns_city":<String_value>,
"severity_type":<String_value>,
"__count":<Double_value>,
"app_category":<String_value>,
"country_code":<String_value>,
"violation_type":<String_value>,
"block_flags_prev":<Double_value>,
"safety_index":<Double_value>,
"app_safety_index_prev":<Double_value>,
"appname":<String_value>,
"threat_index":<Double_value>,
"city":<String_value>,
"total_attacks_prev":<Double_value>,
"latitude":<Double_value>,
"ctnsappname":<String_value>,
"ip_address":<String_value>,
"app_safety_index":<Double_value>,
"country":<String_value>,
"longitude":<Double_value>,
"source_ip_address":<String_value>,
"name":<String_value>,
"rpt_sample_time":<Double_value>,
"description":<String_value>,
"total_attacks":<Double_value>,
"device_ip_address":<String_value>,
"attack_category":<String_value>,
"ns_latitude":<Double_value>,
"exporter_id":<String_value>,
"vserver_name":<String_value>,
"ns_longitude":<Double_value>,
"app_threat_index_prev":<Double_value>,
"block_flags":<Double_value>}]}