feat(openapi): add OpenMetrics controller into OpenAPI

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
Benjamin Gaussorgues 2025-12-18 11:12:23 +01:00
parent 6ee8325b3e
commit 71fa5937b2
No known key found for this signature in database
5 changed files with 21 additions and 2 deletions

View file

@ -659,6 +659,10 @@
{
"name": "ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
"name": "open_metrics",
"description": "OpenMetrics controller Gather and display metrics"
}
]
}

View file

@ -1609,6 +1609,10 @@
{
"name": "ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
"name": "open_metrics",
"description": "OpenMetrics controller Gather and display metrics"
}
]
}

View file

@ -12238,6 +12238,10 @@
{
"name": "ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
"name": "open_metrics",
"description": "OpenMetrics controller Gather and display metrics"
}
]
}

View file

@ -10379,6 +10379,10 @@
{
"name": "ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
"name": "open_metrics",
"description": "OpenMetrics controller Gather and display metrics"
}
]
}

View file

@ -33,6 +33,10 @@
"name": "core/ocm",
"description": "Controller about the endpoint /ocm-provider/"
},
{
"name": "core/open_metrics",
"description": "OpenMetrics controller Gather and display metrics"
},
{
"name": "cloud_federation_api/request_handler",
"description": "Open-Cloud-Mesh-API"
@ -16970,8 +16974,7 @@
"schema": {
"type": "object",
"required": [
"fileId",
"expirationTime"
"fileId"
],
"properties": {
"fileId": {