ns_event_message
Configuration for NetScalerEvent resource.
(click to see Operations)
Properties
(click to see Operations)
Name | Data Type | Permissions | Description |
---|---|---|---|
counter_threshold_value | <String> | Read-write | device threshold value for any threadhold violated traps. |
cmd_exec_status | <String> | Read-write | Command Execution Status. Maximum length = 255 |
device_entity_type | <String> | Read-write | Device Entity Type. Maximum length = 255 |
device_type | <String> | Read-write | Device Type. Minimum length = 1 Maximum length = 64 |
id | <String> | Read-write | Id is system generated key for all the events. |
device_family | <String> | Read-write | Device Family. |
user_name | <String> | Read-write | Username. Maximum length = 255 |
device_entity_name | <String> | Read-write | Device Entity Name. |
config_cmd | <String> | Read-write | Config Command. |
cmd_auth_status | <String> | Read-write | Command Authorization Status. Maximum length = 255 |
counter_actual_value | <String> | Read-write | device actual value for any threadhold violated traps. |
source | <String> | Read-only | Source. |
trap_id | <Integer> | Read-only | Last Octet of SNMP Trap OID. |
entity | <String> | Read-only | Entity of Event. |
timestamp | <Integer> | Read-only | Event Time. |
operation_type | <String> | Read-only | Operation Type. |
category | <String> | Read-only | Category of Event. |
severity | <String> | Read-only | Severity of Event. |
failureobj | <String> | Read-only | Failure Object. |
source_event_id | <Integer> | Read-only | Internal Event ID used in the source device.. |
history | <String> | Read-only | History of the Event with same entity. |
total_count | <Integer> | Read-only | total_count. |
message | <String> | Read-only | Event Message. |
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/ns_event_message
HTTP Method: null
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value>, "ns_event_message":[{ "counter_threshold_value":<String_value>, "source":<String_value>, "cmd_exec_status":<String_value>, "device_entity_type":<String_value>, "trap_id":<Integer_value>, "entity":<String_value>, "device_type":<String_value>, "timestamp":<Integer_value>, "operation_type":<String_value>, "id":<String_value>, "category":<String_value>, "severity":<String_value>, "failureobj":<String_value>, "source_event_id":<Integer_value>, "history":<String_value>, "device_family":<String_value>, "total_count":<Integer_value>, "message":<String_value>, "user_name":<String_value>, "device_entity_name":<String_value>, "config_cmd":<String_value>, "cmd_auth_status":<String_value>, "counter_actual_value":<String_value>}]}
get
URL: https://<MGMT-IP>/nitro/v1/config/ns_event_message/id_value<String>
HTTP Method: null
Response Payload:
{ "errorcode": 0, "message": "Done", "severity": ;ltString_value>, "ns_event_message":[{ "counter_threshold_value":<String_value>, "source":<String_value>, "cmd_exec_status":<String_value>, "device_entity_type":<String_value>, "trap_id":<Integer_value>, "entity":<String_value>, "device_type":<String_value>, "timestamp":<Integer_value>, "operation_type":<String_value>, "id":<String_value>, "category":<String_value>, "severity":<String_value>, "failureobj":<String_value>, "source_event_id":<Integer_value>, "history":<String_value>, "device_family":<String_value>, "total_count":<Integer_value>, "message":<String_value>, "user_name":<String_value>, "device_entity_name":<String_value>, "config_cmd":<String_value>, "cmd_auth_status":<String_value>, "counter_actual_value":<String_value>}]}