Retrieving UFM Issues

The following are the two methods to retrieve UFM issues:

To retrieve events using the push mechanism over FluentBit, follow the instructions provided in the UFM Telemetry Forwarder .

To retrieve events using the push mechanism over REST APU, follow the instructions provided in the Events REST API available in UFM Enterprise REST API Guide .

Get All Events REST API

Description

This API allows you to retrieve information about all events currently running in the fabric or get information about a specific event using its ID.

Request URL

GET /ufmRest/app/events

Request Content Type

Application/json

Response

{

"category": "Logical Model",

"severity": "Info",

"timestamp": "2017-09-19 10:49:03.018",

"counter": null,

"object_name": "Grid",

"object_path": "Grid",

"name": "Network Added",

"write_to_syslog": false,

"type": "352",

"id": 227,

"description": "Network management is added"

},

{

"category": "Fabric Notification",

"severity": "Info",

"timestamp": "2017-09-19 10:49:11.520",

"counter": null,

"object_name": "Grid",

"object_path": "Grid",

"name": "Fabric Configuration Started",

"write_to_syslog": false,

"type": "901",

"id": 228,

"description": "Fabric Configuration started."

}

Possible Filters

  • object_name – filters by object name

  • type – filters by type

  • category – filters by category

  • severity – filters by severity

  • group – filters events by the group that has caused the event

Status Code

  • 200 – OK

© Copyright 2023, NVIDIA. Last updated on Mar 20, 2024.