{
"operation-name" : "add",
"description" : "Adds the batch subsystem.",
"request-properties" : {
"restart-jobs-on-resume" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "If set to true when a resume operation has been invoked after a suspend operation any jobs stopped during the suspend will be restarted. A value of false will leave the jobs in a stopped state.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"security-domain" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "References the security domain for batch jobs. This can only be defined if the Elytron subsystem is available.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.security-domain",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"default-job-repository" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the default job repository.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.batch.job.repository",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"default-thread-pool" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the default thread-pool.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.batch.thread.pool",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}