{
"operation-name" : "add",
"description" : "Adds a JDBC job repository.",
"request-properties" : {
"data-source" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The data source name used to connect to the database.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.data-source",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"execution-records-limit" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of job execution records that should be returned by the job repository.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}