security_app_dashboard_details
Configuration for Security App Dashboard Report table resource.
(click to see Operations)
Properties
(click to see Operations)
Name | Data Type | Permissions | Description |
---|---|---|---|
violation_category | <String> | Read-write | violation Category.. |
app_threat_index | <Double> | Read-write | Report Sample time.. |
ns_city | <String> | Read-write | NetScaler Location city. |
severity_type | <String> | Read-write | severity_type. Maximum length = 255 |
__count | <Double> | Read-write | count.. |
app_category | <String> | Read-write | App Category. Maximum length = 255 |
country_code | <String> | Read-write | country_code. Maximum length = 255 |
violation_type | <String> | Read-write | Violation Type. |
block_flags_prev | <Double> | Read-write | Block flag count. |
safety_index | <Double> | Read-write | safety index.. |
app_safety_index_prev | <Double> | Read-write | Report Sample time.. |
appname | <String> | Read-write | AppName. Maximum length = 255 |
threat_index | <Double> | Read-write | threat_index. |
city | <String> | Read-write | city. |
total_attacks_prev | <Double> | Read-write | Count of attacks in given sampled timeframe.. |
latitude | <Double> | Read-write | latitude. |
ctnsappname | <String> | Read-write | AppName. Maximum length = 255 |
ip_address | <String> | Read-write | Netscaler IP Address.. Minimum length = 1 Maximum length = 64 |
app_safety_index | <Double> | Read-write | Report Sample time.. |
country | <String> | Read-write | country. Maximum length = 255 |
longitude | <Double> | Read-write | longitude. |
source_ip_address | <String> | Read-write | Client ip address. Maximum length = 255 |
name | <String> | Read-write | Name of NetScaler Instance. Minimum length = 1 Maximum length = 128 |
rpt_sample_time | <Double> | Read-write | Report Sample time.. |
description | <String> | Read-write | Violation Type Description. |
total_attacks | <Double> | Read-write | Count of this URL in given sampled timeframe.. |
device_ip_address | <String> | Read-write | Device IP Address. Maximum length = 255 |
attack_category | <String> | Read-write | Attack Category.. |
ns_latitude | <Double> | Read-write | NetScaler Location latitude. |
exporter_id | <String> | Read-write | Exporter ID. Maximum length = 255 |
vserver_name | <String> | Read-write | AppName. Maximum length = 255 |
ns_longitude | <Double> | Read-write | NetScaler Location longitude. |
app_threat_index_prev | <Double> | Read-write | Report Sample time.. |
block_flags | <Double> | Read-write | Block flag count. |
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/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>}]}