{
"operation-name" : "add",
"description" : "Add a broadcast group.",
"request-properties" : {
"broadcast-period" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The period in milliseconds between consecutive broadcasts.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 2000,
"unit" : "MILLISECONDS",
"stability" : "default"
},
"connectors" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "Specifies the names of connectors that will be broadcast.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The broadcast 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
}