system

broadcast

Asynchronously broadcast a message to the KAR runtime

Broadcast asynchronously executes a POST on the path endpoint of all other KAR runtimes that are currently part of the application. The runtime initiating the broadcast is not included as a recipient. A 200 response indicates that the request to send the broadcast has been accepted and the POST will eventually be delivered to all targeted runtime processes.

post/system/broadcast/{path}

Path parameters

pathstring required

The target endpoint to be invoked by the operation

Request body

object required

Response

A success message.

Changes