core.ping_remote ================ Method that will send an ICMP echo request to "hostname" and will wait up to "timeout" for a reply. .. raw:: html
CorePingRemoteArgs parameters.
No Additional PropertiesPing protocol type to use.
ICMP: Auto-detect IPv4 or IPv6 based on hostnameICMPV4: Force IPv4 pingICMPV6: Force IPv6 pingTarget hostname or IP address to ping.
Timeout in seconds for each ping attempt.
Value must be greater or equal to 1 and lesser or equal to 60
Number of ping packets to send or null for default.
Network interface to use for pinging or null for default.
Interval between ping packets or null for default.
Returns true if the remote host responded to ping, false otherwise.