app-nso_manager

On this page:

runCommands

Summary

Run a list of Live Status commands against a list of devices

Description

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

Route

POST /nso_manager/runCommands

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
devices array yes A list of names.
commands array yes The commands to run against the devices.
options object yes NSO NETCONF transaction options

Return

DetailsExampleSchema
Name Type Description
results object Live status results.