app-nso_manager

On this page:

runAction

Summary

Run Action

Description

Run an action in NSO (Network Services Orchestrator).

Route

POST /nso_manager/runAction/:adapterId

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
adapterId string yes The host that the action should be executed against.
path string yes The XPath to your package's action.
params object yes Values needed to execute the action. Supported parameters are defined within the NSO action and/or RPC action.
variables string yes Values to be used in variable definition.

Return

DetailsExampleSchema
Name Type Description
response object An object with information on the requested action and the action's response.