{
"operation-name" : "add",
"description" : "Add the configuration of a transport for a protocol stack.",
"request-properties" : {
"diagnostics-socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The diagnostics socket binding specification for this protocol layer, used to specify IP interfaces and ports for communication.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"machine" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The machine (i.e. host) identifier for this node. Used by Infinispan topology-aware consistent hash.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"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"
}
},
"rack" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The rack (i.e. server rack) identifier for this node. Used by Infinispan topology-aware consistent hash.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"site" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The site (i.e. data centre) identifier for this node. Used by Infinispan topology-aware consistent hash.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the bind address/port used of the server socket used to receive messages from other cluster members.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"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
}