Static createStatic deleteDelete an event mesh
Use this API to delete an event mesh.
Token Permissions: [ modeled_event_mesh:delete:* ]
void
ApiError
The ID of the event mesh. *
Optional xOptional context id the request is running. *
Static getGet an event mesh
Get a single event mesh by its ID.
Token Permissions: [ modeled_event_mesh:get:{id} ]
EventMeshResponse The event mesh.
ApiError
The ID of the event mesh. *
Optional xOptional context id the request is running. *
Static getGet a list of event meshes
Use this API to get a list of event meshes that match the given parameters.
Token Permissions: [ modeled_event_mesh:get:* ]
EventMeshesResponse The list of event meshes and the accompanying metadata.
ApiError
Optional environmentMatch only event meshes in the given environment *
Optional name?: stringName of the event mesh to match on. *
Optional pageThe page number to get. *
Optional pageThe number of event meshes to get per page. *
Optional xOptional context id the request is running. *
Static updateUpdate an event mesh Use this API to update an event mesh. You only need to specify the fields that need to be updated.
EventMeshResponse The updated event mesh.
ApiError
Create an event mesh Create an event mesh.
Returns
EventMeshResponse Created an event mesh. The newly saved event mesh is returned in the response body.
Throws
ApiError