> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-communications/ping.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
