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 path of the 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 | Run action information. |