API Guide

]
}
GET /events/{id}
Returns SFD event information.
API
GET /events/{id}
Description This API returns event information based on a specific event ID.
Parameters
Table 26. API parameters
Filter name Description
*id
required string (path)
Unique identifier of the SFD event.
Responses 200 — Response to get an SFD event
{
"id": "131:51771176736718976",
"type": "WIRING_IMPORTED",
"severity": "INFO",
"timestamp": 1579930930684,
"message": "Wiring design - 'Setup02-SFD-2-Spine-4-Leaf-Fabric' has been
imported.",
"referenced_object_id": {
"id": "210:51771176547909632",
"type": "SFD_WIRING"
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
54
Events