Ethernet actions

Run the network measurement actions over an agent's wired connection instead of a SIM.

Deprecated. Ethernet actions are legacy. Existing ones keep running, but no new development is planned.

Ethernet actions are the wired twins of the SIM DATA actions: the same measurements (ping, downloads, speedtest, traceroute...) executed over the agent's Ethernet connection instead of a cellular data session. Use them to monitor fixed-line connectivity, or as a wired baseline to compare your cellular measurements against.

They predate the current builders and are considered legacy, but existing tests keep running and the actions remain available on Ethernet-capable agents.

Available actions

Each action takes the same parameters and produces the same report and Analytics metrics as its SIM equivalent, minus everything cellular: no APN, no access technology, no antenna tags.

Ethernet actionJSON typeSIM equivalent
PingETH_PINGPing
TCP PingETH_TCP_PINGTCP Ping
HTTP PingETH_HTTP_PINGHTTP Ping
DNS LookupETH_DNS_LOOKUPDNS Lookup
HTTP DownloadETH_HTTP_DOWNLOADDownload File
HTTP UploadETH_HTTP_UPLOADHTTP Upload
FTP DownloadETH_FTP_DOWNLOADFTP Download
FTP UploadETH_FTP_UPLOADFTP Upload
Email SendETH_EMAIL_SENDSend Mail
API CallETH_HTTP_APIAPI Call
Ookla SpeedtestETH_OOKLA_SPEEDTESTOokla Speedtest
TracerouteETH_TRACEROUTETraceroute
Check SSL/TLS CertificateETH_CHECK_CERTIFICATECheck SSL/TLS Certificate
Streaming videoETH_STREAMING_VIDEOYoutube
JS Web ScriptETH_JS_WEB_SCRIPTWeb Script

The actions behind web tests

Two more ETH_ types exist that you normally never create by hand: ETH_WEB_SCRIPT is the legacy web script action, and ETH_WEB_SCRIPT_V2 is what a test built with the current web builder becomes when it runs. If you meet them in a scenario JSON, that's what they are.

What's next?

SIM steps overview

The full parameter and metrics reference these actions share

Script actions

The legacy JavaScript web scripts that run on Ethernet agents

Last updated on