Create an Event
post
/topology/v2/vertex/event
Create a new Event
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
alarmDetails: string
-
alarmType: string
-
businessObjectClass: string
-
createdDate: string
(date)
Example:
2022-03-10
-
createdUser: string
-
entityId: integer
(int64)
-
eventDate: string
(date)
Example:
2022-03-10
-
eventStatus: string
-
href: string
-
instanceName: string
-
lastModifiedDate: string
(date)
Example:
2022-03-10
-
lastModifiedUser: string
-
measurement: string
-
metricValue: number
(double)
-
perceivedSeverity: string
-
probableCause: string
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
referenceId: integer
(int64)
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
sourceSystemID: string
-
specificProblem: string
-
thresholdMessage: string
-
thresholdName: string
-
thresholdOperator: string
-
thresholdSeverity: integer
(int64)
-
thresholdTimeRange: integer
(int64)
-
thresholdType: string
-
thresholdTypeName: string
-
thresholdValue: number
(double)
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
New Event created successfully
Root Schema : schema
Type:
Show Source
object
-
alarmDetails: string
-
alarmType: string
-
businessObjectClass: string
-
createdDate: string
(date)
Example:
2022-03-10
-
createdUser: string
-
entityId: integer
(int64)
-
eventDate: string
(date)
Example:
2022-03-10
-
eventStatus: string
-
href: string
-
instanceName: string
-
lastModifiedDate: string
(date)
Example:
2022-03-10
-
lastModifiedUser: string
-
measurement: string
-
metricValue: number
(double)
-
perceivedSeverity: string
-
probableCause: string
-
properties: object
properties
Additional Properties Allowed: additionalProperties
-
referenceId: integer
(int64)
-
relationships: object
relationships
Additional Properties Allowed: additionalProperties
-
sourceSystemID: string
-
specificProblem: string
-
thresholdMessage: string
-
thresholdName: string
-
thresholdOperator: string
-
thresholdSeverity: integer
(int64)
-
thresholdTimeRange: integer
(int64)
-
thresholdType: string
-
thresholdTypeName: string
-
thresholdValue: number
(double)
Examples
400 Response
The request isn't valid
401 Response
The request is unauthorized
403 Response
The request is forbidden
404 Response
The requested resource not found
500 Response
An Internal Server Error has occurred