Summary
Run a nornir module in Automation Gateway
Description
This method will run a nornir module in Automation Gateway
Route
No Northbound API Available
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| nornirModName | string | yes | the name of the nornir module to run |
| hosts | array | no | an array of hosts to run the nornir module on |
| groups | array | no | an array of groups to run the nornir module on |
| args | object | yes | an object containing the arguments to pass into the module |
| env | object | no | an object containing the environment variables to pass into the module |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | the status of running the nornir module on each host |