Ping Example

Here is how to do a basic ping with verification of the result:

# Configure endpoint
@Ping {
    Host 1.1.1.1
}


# Send ping
Send  >Ping

# Await successful response
Reply <Ping {
    Status Success
}