| ``controllerId`` |
required, string |
ID of the controller the inventory should be sychronized with. |
{
"controllerId": "testsuite"
}
|
|
| ``folder`` |
required, string |
Path of the folder containing the objects to synchronize. |
{
"folder": "/myWorkflows/ifElseWorkflows"
}
|
|
| ``recursive`` |
optional, boolean |
Decides if a given folder should be processed recursively. |
{
"recursive" : true
}
|
false |