Send a ping to the system and expect a pong.
GEThttps://localhost:8900/system/ping
Send a ping to the system and expect a pong.
Responses
- 200
The pong answer
- text/plain
- Schema
Schema
string
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://localhost:8900/system/ping' \
-H 'Accept: text/plain'