endpoints.ping
POST
https://relay.bluejeans.com/api/endpoints/:id/ping
See if the Endpoint is responsive. The Endpoint's Listener Service will attempt to open a socket connection to the IP address and port of the Endpoint's control interface. If the socket can be opened successfully, the Endpoint ping will return
204, otherwise, it will return 500.POST /api/endpoints/4fb329c03a8ce62480d87e24/ping HTTP/1.1
HTTP/1.1 204 No ContentPOST /api/endpoints/4fb329c03a8ce62480d87e25/ping HTTP/1.1
HTTP/1.1 500 Internal Server Error
inputs
id
String PATH yesoutputs
204 if the Endpoint responded to a protocol-specific ping message, 500 otherwise