JOC API

Version 2.6.5

Download RAML
JOC API
/job_templates
POST

Gets released job templates


Parameters in the POST body schema

Name Type Description Example Default
jobTemplatePaths optional, array[string] Filters response by a collection of Job Templates specified by its path. The parameter folders is ignored if this parameter is defined. [
"/sos/myJobTemplate",
"/sos/myJobTemplate2"
]
folders optional, array[object] Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]
compact optional, boolean A compact response is returned if this parameter is true false