{
"operation-name" : "add",
"description" : "Operation Adds subsystem",
"request-properties" : {
"exposed-subsystems" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The names of the WildFly subsystems that exposes their metrics (or '*' to expose any subsystem metrics).",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : ["*"],
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"endpoint" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The URL to which metrics will be published.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"step" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The step size (reporting frequency) to use in seconds.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 60,
"unit" : "SECONDS",
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "all-services",
"runtime-only" : false
}