Module create_293

Source
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
EventsBuilder
Builder for Events.
Request
RequestBuilder
Builder for Request.

Enums§

EventsBuilderError
Error type for EventsBuilder
Name
RequestBuilderError
Error type for RequestBuilder
Status