API Guide

Events
Events generated in SFD.
Topics:
GET /events
GET /events/{id}
GET /events
Retrieves a list of SFD event information.
API
GET /events
Description This API returns all the events generated within SFD.
Parameters
Table 25. API parameters
Filter name Description
type
string (query)
Gets all the NFC events based on the event type
that is generated within SFD.
INTERFACE_LINK_DOWN_EVENT
severity
string (query)
Gets all the active events based on the event
severity that is generated within SFD.
CLEAR, INFO, WARNING, ERROR or
CRITICAL
referenced-object-id
string (query)
Gets all the SFD events that are generated on the
referenced object id. The referenced object id is the
unique identifier of the SFC-managed object.
start-time
integer (int64) (query)
Gets all the SFD events that are created after the
start timestamp (inclusive). The default value for the
start timestamp is set as (end-time - 24 hours). The
timestamp value is defined in milliseconds since
epoch.
end-time
integer (int64) (query)
Gets all the SFD events that are created before the
end timestamp (inclusive). The default value for the
end timestamp is set as the current time. The
timestamp value is defined in milliseconds since
epoch.
Responses 200 — Response to get all SFD events
{
"data": [
{
"id": "131:51771176736718976",
"type": "WIRING_IMPORTED",
"severity": "INFO",
"timestamp": 1579930930684,
"message": "Wiring design - 'Setup02-SFD-2-Spine-4-Leaf-Fabric' has been
8
52 Events