Apache CloudStack 4.18.0.0 Root Admin API Reference
runDiagnostics
Execute network-utility command (ping/arping/tracert) on system VMs remotely
Request parameters
| Parameter Name | Description | Required |
| ipaddress | The IP/Domain address to test connection to | true |
| targetid | The ID of the system VM instance to diagnose | true |
| type | The system VM diagnostics type valid options are: ping, traceroute, arping | true |
| params | Additional command line options that apply for each command | false |
Response Tags
| Response Name | Description |
| exitcode | the command execution return code |
| stderr | the standard error output from the command execution |
| stdout | the standard output from the command execution |