Apache CloudStack 4.15.0.0 Root Admin API Reference

runDiagnostics

Execute network-utility command (ping/arping/tracert) on system VMs remotely

Request parameters

Parameter NameDescriptionRequired
ipaddressThe IP/Domain address to test connection totrue
targetidThe ID of the system VM instance to diagnosetrue
typeThe system VM diagnostics type valid options are: ping, traceroute, arpingtrue
paramsAdditional command line options that apply for each commandfalse

Response Tags

Response NameDescription
exitcodethe command execution return code
stderrthe standard error output from the command execution
stdoutthe standard output from the command execution