Expand description
Creates one or more external events, which the API dispatches to the host a server is assigned to. If the server is not currently assigned to a host the event will not be delivered.
You will receive back the list of events that you submitted, with an
updated code and status indicating their level of success.
Normal response codes: 200, 207
A 200 will be returned if all events succeeded, 207 will be returned if any
events could not be processed. The code attribute for the event will
explain further what went wrong.
Error response codes: badRequest(400), unauthorized(401), forbidden(403)
Structs§
- Events
- Events
Builder - Builder for
Events. - Request
- Request
Builder - Builder for
Request.
Enums§
- Events
Builder Error - Error type for EventsBuilder
- Name
- Request
Builder Error - Error type for RequestBuilder
- Status