events
Add new assisted installer event.
post/v2/events
Request body
namestring
Event Name.
cluster_idstring uuid nullable
Unique identifier of the cluster this event relates to.
host_idstring uuid nullable
Unique identifier of the host this event relates to.
infra_env_idstring uuid nullable
Unique identifier of the infra-env this event relates to.
severity'info' | 'warning' | 'error' | 'critical' required
category'user' | 'metrics'
messagestring required
event_timestring date-time required
request_idstring uuid
Unique identifier of the request that caused this event to occur.
propsstring
Additional properties for the event in JSON format.
Response
Success.