You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
Using this API you can use post events from 3rd party monitoring systems to SummitAI Event Correlation Engine (ECE).
To authenticate the below API, see API Authentication and Authorization.
Service Name
HTTP Method
POST
{ "MoMAlertDataList": [ { "Status": "OPEN", "AlertID": "1000", "TriggeredDatetime":"", "AlertMessage": "CPU Utilization is high", "EntityType":"INFRASTRUCTURE", "EntitySubType":"", "ThresholdValue":"", "CurrentValue":"", "ParameterName":"CPU Utilization", "AdditionalInfo":"", "HostName_or_ServiceName": "XXXX", "IPAddress":"1.1.1.1", "AlertSeverity":"Critical" } ], "MonitoringToolName": "Solarwinds" }
STRING
NUMERIC
TRUE
DATE AND TIME
FALSE
Additional information of the event/alert. (Example: Drive name of hard disk)
TRUE, if EntityType is Services or Applications.
NUMERICwith dot .
TRUE, if EntityType is Infrastructure.
{ "StatusResponseList": [ { "AlertID": "90473", "message": "Event Sent Successfully", "status": "Success" } ], "Error": null, "isValid": true }
AlertID, which is used to send the API request.
message
Indicates the message, if the PostEvent is sent successfully.
status
Indicates whether the PostEvents API is executed successfully or failed.
Error
Displays null, if there are no errors.
isValid
For more information, see Status and Error Messages