{
"operation-name" : "add",
"description" : "The operation to add the OTLP registry",
"request-properties" : {
"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,
"runtime-only" : false
}