{
"operation-name" : "add",
"description" : "Adds the configuration of the server's HTTP management interface",
"request-properties" : {
"allowed-origins" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "Comma separated list of trusted Origins for sending Cross-Origin Resource Sharing requests on the management API once the user is authenticated.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"backlog" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of pending connections on the socket.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 50,
"stability" : "community"
},
"connection-high-water" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of connections that can be open at any one time.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 100,
"stability" : "community"
},
"connection-low-water" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The number of connections that the open count must reduce to before the connection-high-water level is reset.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 75,
"stability" : "community"
},
"console-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag that indicates admin console is enabled",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
},
"constant-headers" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The set of constant HTTP headers to apply to response messages.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The prefix of the path the headers should be applied to.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"headers" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The headers to set for the matched path.",
"expressions-allowed" : false,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the HTTP header to set.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"stability" : "default"
},
"value" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The value to set for the HTTP header.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
}
}
}
},
"http-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The authentication policy to use to secure the interface for normal HTTP requests.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.http-authentication-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"http-upgrade" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "HTTP Upgrade specific configuration",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag that indicates HTTP Upgrade is enabled, which allows HTTP requests to be upgraded to native remoting connections",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : false,
"stability" : "default"
},
"sasl-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The server side SASL authentication policy to use to secure the interface where the connection is after a HTTP upgrade.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.sasl-authentication-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
}
},
"http-upgrade-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Flag that indicates HTTP Upgrade is enabled, which allows HTTP requests to be upgraded to native remoting connections",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"deprecated" : {
"since" : "5.0.0",
"reason" : "Instead use http-upgrade.enabled"
}
},
"no-request-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum time in milliseconds a connection can be idle without a HTTP request before it is closed.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 60000,
"unit" : "MILLISECONDS",
"stability" : "community"
},
"sasl-protocol" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the protocol to be passed to the SASL mechanisms used for authentication.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "remote",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "5.0.0",
"reason" : "Only for use with the legacy security realms."
}
},
"secure-socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the socket binding configuration to use for the HTTPS management interface's socket. When defined at least one of ssl-context or security-realm must also be defined.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"server-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the server used in the initial Remoting exchange and within the SASL mechanisms.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "5.0.0",
"reason" : "Only for use with the legacy security realms."
}
},
"socket-binding" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the socket binding configuration to use for the HTTP management interface's socket.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.network.socket-binding",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"ssl-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to the SSLContext to use for this management interface.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.ssl-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}