JOC API

Version 2.9.0

Download RAML
JOC API
/workflows/search
POST

Searches deployed workflows


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
search optional, string Limits result to a specified glob pattern that supports '*' and '?' as wildcards where
  • * : match zero or more characters
  • ? : match any single character
*test*
folders optional, array[string]
states optional, array Filtered all workflows with states such as
  • IN_SYNC
  • NOT_IN_SYNC
  • SUSPENDED
  • OUTSTANDING
["SUSPENDED"]
instructionStates optional, array Filtered all workflows with instruction states such as
  • SKIPPED
  • STOPPED
["SKIPPED", "STOPPED"]
tags optional, array[string] Tag names
advanched optional, object
agentName optional, string Supports glob patterns. See the search parameter for syntax details.
jobName optional, string Supports glob patterns. See the search parameter for syntax details.
jobNameExactMatch optional, boolean false
jobCriticality optional, string Possible values: NORMAL, CRITICAL
jobCountFrom optional, integer
jobCountTo optional, integer
argumentName optional, string Supports glob patterns. See the search parameter for syntax details.
argumentValue optional, string Supports glob patterns. See the search parameter for syntax details.
envName optional, string Supports glob patterns. See the search parameter for syntax details.
envValue optional, string Supports glob patterns. See the search parameter for syntax details.
fileOrderSource optional, string Supports glob patterns. See the search parameter for syntax details.
schedule optional, string Supports glob patterns. See the search parameter for syntax details.
includeScript optional, string Supports glob patterns. See the search parameter for syntax details.
jobResource optional, string Supports glob patterns. See the search parameter for syntax details.
jobTemplate optional, string Supports glob patterns. See the search parameter for syntax details.
lock optional, string Supports glob patterns. See the search parameter for syntax details.
noticeboard optional, string Supports glob patterns. See the search parameter for syntax details.
calendar optional, string Supports glob patterns. See the search parameter for syntax details.