/agent-check-host-alive

Do ping to a host and return result

Primary LanguagePython

Agent check host alive

Produce an API to do ping to host

Example

curl --location --request GET 'http://localhost:5000/ping?hostname=1.1.1.1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic password_encoded_base64'