{
"operation-name" : "add",
"description" : "Add a discovery group.",
"request-properties" : {
"initial-wait-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Period, in ms, to wait for an initial broadcast to give us at least one node in the cluster.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 10000,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"jgroups-channel" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "References the name of a JGroups channel. If undefined, the default channel will be used.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"requires" : ["jgroups-cluster"],
"capability-reference" : "org.wildfly.clustering.server.command-dispatcher-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"jgroups-cluster" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The logical cluster name.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"jgroups-stack" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "References the name of a JGroups channel factory.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"requires" : ["jgroups-cluster"],
"capability-reference" : "org.wildfly.clustering.jgroups.channel-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "3.0.0",
"reason" : "Deprecated. Use jgroups-channel instead."
}
},
"refresh-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Period the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 10000,
"unit" : "MILLISECONDS",
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}