JOC API

Version 2.7.3

Download RAML
JOC API
/inventory/dependencies
POST

Shows existing dependencies for the given configurations


Parameters in the POST body schema

Name Type Description Example Default
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"