# Ping

Ping a specified IP Address.

Action available for the following operating systems:

<figure><img src="/files/s69g6txjLrerl6yLQPmq" alt=""><figcaption></figcaption></figure>

### Parameters

*Details*

* **Server** <*string*> - The IP Address of the server to ping.
* **Nbr. of Pings** <*numeric*> - The number of pings that are executed to the specified servers.
* **Packet Size** <*numeric*> - The number of bits that every sended packet has.
* **Timeout** <*numeric*> - The timeout in milliseconds defined for this ping. The value 0 is this parameter means that there is no timeout.\
  The timeout value is for each ping, so the total timeout is actually this value multiplied by the number of pings.

*Targets*

* **Reply Count** - The control or variable where the count of replies is saved. Here will be stored how many times the destination host as replied to the Ping command.
* **Reply Time** - The control or variable where the time of reply is saved. Here will be stored a list with the times the destination host took to reply to each ping.
* **Reply Times Sep.** <*string*> - The string separator used to split the replies.
* **Reply Medium Time** - The control or variable where the medium time of reply is saved.

{% hint style="warning" %}
The parameter Reply Times Sep. is coded.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-communications/ping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
