JOC API

Version 1.13.10

Download RAML
JOC API
/process_classes
POST

process classes (volatile part)


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
processClasses optional, array Filtered response by a collection of process classes specified by its path
Some parameters such as folders and regex don't consider if this parameter defined.
[{
"processClass":"/test/processClass"
}]
regex optional, string Regular expression to filter the collection .*
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]
isAgentCluster optional, boolean Only process classes which are agent clusters are responsed if this parameter is true false false