Ping
Trigger this action to ping a remote host.
Use the HTTP POST method with the resource
/mgmt/actionqueue/default, specifying
a request payload with the following
format:{
"Ping": {
"RemoteHost": "host",
"useIPv": "IP_address_format",
"LocalAddress": "IP_address"
}
}- RemoteHost
- String
- useIPv
- String
- LocalAddress
- String
The appliance sends Internet Control Message Protocol (ICMP) echo-request messages to the remote host to test connectivity.
Example
To ping the host williamswillow.co.uk, post the following payload to
https://yourhost:5554/mgmt/actionqueue/default:
{
"Ping": {
"RemoteHost": "williamswillow.co.uk",
}
}