apispec.metrics.history.json Maven / Gradle / Ivy
{
"documentation": "https://lucene.apache.org/solr/guide/metrics-reporting.html",
"description": "Metrics history handler allows retrieving samples of past metrics recorded in the .system collection.",
"methods": [
"GET"
],
"url": {
"paths": [
"/cluster/metrics/history"
],
"params": {
"action": {
"type": "string",
"description": "one of supported actions",
"default": "list"
},
"name": {
"type": "string",
"description": "registry name"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy