{
"operation-name" : "add",
"description" : "Add the subsystem",
"request-properties" : {
"empty-liveness-checks-status" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the global status returned by the Health checks endpoints if no liveness probes have been defined in deployments.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "UP",
"allowed" : [
"UP",
"DOWN"
],
"stability" : "default"
},
"empty-readiness-checks-status" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the global status returned by the Health checks endpoints if no readiness probes have been defined in deployments.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "UP",
"allowed" : [
"UP",
"DOWN"
],
"stability" : "default"
},
"empty-startup-checks-status" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Defines the global status returned by the Health checks endpoints if no startup probes have been defined in deployments.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "UP",
"allowed" : [
"UP",
"DOWN"
],
"stability" : "default"
},
"security-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "True if authentication is required to access the HTTP endpoints on the HTTP management interface.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}