``operationType`` |
optional, enum |
An enum to set the desired operation the dependencies api is called for. available types are:
- "DEPLOY"
- "RELEASE"
- "REVOKE"
- "RECALL"
- "REMOVE"
- "EXPORT"
- "GIT"
|
|
|
``configurations`` |
required, array |
An array of configuration objects either specified by ``name`` and ``type`` the technical dependencies are shown for. |
|
|
``name`` |
required, string |
The name of the desired configuration. |
"name" : "myWorkflow" |
|
``type`` |
required, string |
available types are:
- "WORKFLOW"
- "JOBRESOURCE"
- "LOCK"
- "NOTICEBOARD"
- "FILEORDERSOURCE"
- "WORKINGDAYSCALENDAR"
- "NONWORKINGDAYSCALENDAR"
- "SCHEDULE"
- "JOBTEMPLATE"
|
"type" : "WORKFLOW" |
|