PING

This help page is for Studio. This information is also available for Desktop Studio.

Performs a ping command to verify IP-level connectivity.

Dependencies

  • While a reply to the ping statement indicates the target computer is active, it does not necessarily guarantee it is providing the services you expect. For example, an FTP server may respond to a Ping command, but if the FTP services are disabled, you will be unable to connect via an FTP command.
  • A perfectly functioning device might not reply to ping requests if it is configured to filter Ping (ICMP) traffic.

Supported Script Types

A square with a line branching from it that goes to three other squares.

Generic

Email Chat Phone Voicemail Work Item SMS Digital

Input Properties

These properties define data that the action uses when executing.

Property

Description

Add Caption

Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon.

IP Address

The IP Address to ping.

Timeout Ms

The duration in milliseconds to ping this IP address before it is considered unreachable.

Time Variable Ms

Variable that will store the ping response time.

Result Branch Conditions

Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.

Condition

Description

Reply

Path taken if the target IP Address property responds to the ping.
Timeout Path taken if there is no response for the number of seconds specified.