JOC API

Version 1.13.10

Download RAML
JOC API
/jobscheduler/agent_clusters
POST

Collection of JobScheduler Agent Clusters with volatile information


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
compact optional, boolean Response has a compact version if this parameter is true false
agentClusters optional, array Filters response by a collection of agent cluster specified by its path [{
"agentCluster":"/agents/galadriel-4445"
}]
state optional, integer
  • 0=all Agents of the cluster are running
  • 1=some Agents of the cluster are unreachable but not all
  • 2=all Agents of the cluster are unreachable
2
regex optional, string Regular expression to filter JobScheduler objects by matching the path. .*
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]