JOC API

Version 2.8.0

Download RAML
JOC API
/notification/deloy
POST

YADE JobResource deployment


Parameters in the POST body schema

Name Type Description Example Default
controllerIds required, array An array of controllers in which the YADE JobResource is to be deployed.
id required, numeric XMLEDITOR_CONFIGURATIONS.ID of the YADE configuration.
objectType required, enum YADE
configuration required, string The XML of a YADE configuration.
configurationJson optional, string The JSON representation of a YADE configuration.
auditLog optional, object Object that contains comment, timeSpent and ticketLink.
{
  "comment": "Operational requirement!",
  "timeSpent": 2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, integer Field in auditLog to enter the time spent in minutes.
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.