{
"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"
},
"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"
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The discovery group socket binding.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}