Ping a remote server
POST/api/node/:hostname/network/ping
Send a ping to a remote server to verify network connectivity.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful ping response.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error performing the ping operation.