{
"operation-name" : "add",
"description" : "The operation to add the Prometheus registry",
"request-properties" : {
"context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The context root from which to serve Prometheus metrics (e.g., \"/metrics\" or \"/prometheus\"). Note: Prometheus is not supported on host controllers.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"security-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Whether the context should be secured",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "community",
"read-only" : false,
"runtime-only" : false
}