ADM NITRO APIs

event

Configuration for Event resource.

Properties

(click to see Operations )

Name Data Type Permissions Description
id <String> Read-write Id is system generated key for all the events.
severity <String> Read-write Severity of Event.

Minimum length = 1

Maximum length = 32
event_history <eventHistory[]> Read-write previous status of event.
counter_threshold_value <String> Read-only device threshold value for any threadhold violated traps.
source <String> Read-only Source from where the event is generated.
cmd_exec_status <String> Read-only Command Execution Status if the event is generated for any config change or config save in device.
device_entity_type <String> Read-only Device Entity Type.
entity <String> Read-only Entity of Event.
device_type <String> Read-only Type of device for which we have received the event.
timestamp <Integer> Read-only Time when the event is received.
operation_type <String> Read-only Operation Type of the event.
category <String> Read-only Category of Event.
failureobj <String> Read-only Failure objects are entity instances or counters for which an event has been generated.
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.
device_family <String> Read-only Family of device for which we have received the event.
rpt_sample_time <Double> Read-only Report Sample time..
message <String> Read-only Event Message.
user_name <String> Read-only Username.
device_entity_name <String> Read-only Device Entity Name.
config_cmd <String> Read-only Config Command if the event is generated for any config change in device.
cmd_auth_status <String> Read-only Command Authorization Status if the event is generated for any config change or config save in device.
counter_actual_value <String> Read-only device actual value for any threadhold violated traps.
current_value <String> Read-only Current Value, cab be used while sending traps.
threshold_value <String> Read-only Threshold Value, cab be used while sending traps.
entity_type <String> Read-only Entity Type.
hostname <String> Read-only Assign hostname to managed device, if this is not provided, name will be set as host name .
managed_device_id <String> Read-only Managed Device ID.

Operations

(click to see Properties )

  • DELETE
  • GET (ALL)
  • GET

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

The following parameters can be used in the nitro request : onerror <String_value>

Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.

Default value: EXIT

Possible values = EXIT, CONTINUE

delete

URL: https://<MGMT-IP>/nitro/v2/config/event/id_value<String> HTTPS Method: DELETE

Request Headers: X-NITRO-USER:username_value<String>

X-NITRO-PASS:password_value<String>

or

Cookie:NITRO_AUTH_TOKEN=token_value<String>

Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt }

<!--NeedCopy-->

get (all)

URL: https://<MGMT-IP>/nitro/v2/config/event Query-parameters:

filter https://<MGMT-IP>/nitro/v2/config/event ?filter=property-name1:property-value1,property-name2:property-value2 Use this query-parameter to get the filtered set of event resources configured on the system. You can set a filter on any property of the resource.

pagesize=#no;pageno=#no https://<MGMT-IP>/nitro/v2/config/event ?pagesize=#no;pageno=#no Use this query-parameter to get the event resources in chunks.

count https://<MGMT-IP>/nitro/v2/config/event ?count=yes Use this query-parameter to get the count of event resources.

HTTPS Method: GET

Request Headers: Accept: application/json

X-NITRO-USER:username_value<String>

X-NITRO-PASS:password_value<String>

or

Cookie:NITRO_AUTH_TOKEN=token_value<String>

Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error

Response Headers:

Content-Type:application/json

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "event":[{
"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>,
"event_history":[{
"timestamp":<Integer_value>,
"parent_name":<String_value>,
"id":<String_value>,
"severity":<String_value>,
"message":<String_value>,
"parent_id":<String_value>}],
"history":<String_value>,
"device_family":<String_value>,
"rpt_sample_time":<Double_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>,
"current_value":<String_value>,
"threshold_value":<String_value>,
"entity_type":<String_value>,
"hostname":<String_value>,
"matched_filters":<String_value>,
"managed_device_id":<String_value>}]}

<!--NeedCopy-->

get

URL: https://<MGMT-IP>/nitro/v2/config/event/id_value<String> HTTPS Method: GET

Request Headers: Accept: application/json

X-NITRO-USER:username_value<String>

X-NITRO-PASS:password_value<String>

or

Cookie:NITRO_AUTH_TOKEN=token_value<String>

Response: HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx (for general HTTPS errors) or 5xx (for NetScaler-MAS-specific errors). The response payload provides details of the error

Response Headers:

Content-Type:application/json

Response Payload:

{ "errorcode": 0, "message": "Done", "severity": ;ltString_value;gt, "event":[{
"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>,
"event_history":[{
"timestamp":<Integer_value>,
"parent_name":<String_value>,
"id":<String_value>,
"severity":<String_value>,
"message":<String_value>,
"parent_id":<String_value>}],
"history":<String_value>,
"device_family":<String_value>,
"rpt_sample_time":<Double_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>,
"current_value":<String_value>,
"threshold_value":<String_value>,
"entity_type":<String_value>,
"hostname":<String_value>,
"matched_filters":<String_value>,
"managed_device_id":<String_value>}]}

<!--NeedCopy-->
event