Run Live Status commands

Runs a list of Live Status commands against a list of devices (e.g. [‘show version’, ‘show ip interface brief’]).

Authentication

AuthorizationBasic

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

Request

request body
deviceslist of strings or stringOptional
commandslist of stringsOptional
optionsobjectOptional

Response

Live status results.
devicestring
resultstring
statusstring
commandstring

Errors

500
Internal Server Error