{
"operation-name" : "add",
"description" : "Add a protocol to a protocol stack.",
"request-properties" : {
"add-index" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "If specified inserts the protocol at the given (zero-based) index. If null it will add at the end.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"module" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The module with which to resolve the protocol type.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "org.jgroups",
"stability" : "default"
},
"properties" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "The properties of this protocol.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"statistics-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Indicates whether or not this protocol will collect statistics overriding stack configuration.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}