{
"operation-name" : "add",
"description" : "Adds the HTTP invoker service to the host",
"request-properties" : {
"http-authentication-factory" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The HTTP authentication factory to use for authentication",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"alternatives" : ["security-realm"],
"capability-reference" : "org.wildfly.security.http-authentication-factory",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The path that the services are installed under",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "wildfly-services",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"security-realm" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The legacy security realm to use for authentication",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"alternatives" : ["http-authentication-factory"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "12.0.0",
"reason" : "Use an http-authentication-factory to provide authentication capabilities to the invoker."
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}