Run a Live Status command

Runs a Live Status command against a list of devices (e.g. ‘show version’, ‘show interfaces).

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
deviceslist of strings or stringOptional
commandstringOptional
optionsobjectOptional

Response

Live status results.
devicestring
resultstring
statusstring

Errors

500
Internal Server Error