RoCE Events
Description |
Retrieves RoCE related events data in NEO. |
|||||||||||
Request URL |
/neo/app/roce/events |
|||||||||||
Main Operations |
|
Description |
Retrieves RoCE event data in NEO (all events or events for specific systems). |
|
Request URL |
|
|
Additional Filters |
|
|
Request Data |
N/A |
Response:
[
{
"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 |
|
|
Additional Filters |
|
|
Request Data |
N/A |
Response:
{
"2018-11-18 13:00:00"
: {
"Error"
: 1
,
"Info"
: 12
},
"2018-11-18 14:00:00"
: {
"Error"
: 12
,
"Info"
: 1
}
}