RoCE Events

Description

Retrieves RoCE related events data in NEO.

Request URL

/neo/app/roce/events

Main Operations

  • Get RoCE Events

    • Get all RoCE events

    • Get RoCE events for service

    • Get RoCE events for system

    • Get RoCE events for port

  • Get summary of RoCE events

Description

Retrieves RoCE event data in NEO (all events or events for specific systems).

Request URL

  • All RoCE events: GET /neo/app/roce/events

  • RoCE events for service: GET /neo/app/events?service_name= <list_of_service_names>

  • RoCE events for systems: GET /neo/app/events?object_ids=<list_of_systems> list_of_systems: can be one or more instanceID for systems separated by comma such as <system1_IP>.system,<system2_IP>.system

  • RoCE events for port: GET /neo/app/events?port=<list_of_ports>

Additional Filters

  • policy – filter events by specific events policy

  • acknowledged – filter events by their acknowledgment state

  • from – return events occurred after a given timestamp

  • until – return events occurred before a given timestamp

  • count – limit number of retrieved events to latest <count> events

  • severity – filter events by severity

Request Data

N/A

Response:

Copy
Copied!
            

[ { "Category": "Application", "RelatedObjectID": "", "RelatedObjectUrl": "", "PolicyID": "1022", "Description": "Service instance configured on devices", "Timestamp": "2018-11-15 14:43:46", "ConditionID": "1022.1", "Acknowledged": false, "CorrectiveAction": "", "SubCategory": "Service View", "RelatedObjectName": "", "Source": "RoCE_Service_1", "Reason": "Applying configuration on service view 'RoCE_Service_1' of type 'ROCE' Succeeded", "EventName": "Service Configured", "Occurrences": 1, "RelatedObjectType": "", "RelatedSystem": "", "RelatedJob": "", "ID": "17", "Severity": "Info" } … ]

Description

Retrieves a summary of all RoCE related events. The summary is counting all events of a certain severity, grouped by hour.

Request URL

  • GET /neo/app/roce/events/summa

Additional Filters

  • acknowledged – filter events by their acknowledgment state

  • from – return events occurred after a given timestamp

  • until – return events occurred before a given timestamp

Request Data

N/A

Response:

Copy
Copied!
            

{ "2018-11-18 13:00:00": { "Error": 1, "Info": 12  }, "2018-11-18 14:00:00": { "Error": 12, "Info": 1  } }

© Copyright 2023, NVIDIA. Last updated on Nov 16, 2023.