All Downloads are FREE. Search and download functionalities are using the official Maven repository.

apispec.autoscaling.history.json Maven / Gradle / Ivy

{
  "documentation": "https://lucene.apache.org/solr/guide/solrcloud-autoscaling-api.html",
  "description": "Autoscaling history handler allows retrieving past autoscaling events recorded in the .system collection.",
  "methods": [
    "GET"
  ],
  "url": {
    "paths": [
      "/cluster/autoscaling/history"
    ],
    "params": {
      "collection": {
        "type": "string",
        "description": "Collection where autoscaling events are stored, '.system' by default.",
        "default": ".system"
      },
      "q": {
        "type": "string",
        "description": "Arbitrary query to limit the selected events.",
        "default": "*:*"
      },
      "sort": {
        "type": "string",
        "description": "Sorting criteria for returned events.",
        "default": "id asc"
      },
      "action": {
        "type": "string",
        "description": "Trigger action name to select"
      },
      "message": {
        "type": "string",
        "description": "Event message to select"
      },
      "trigger": {
        "type": "string",
        "description": "Trigger name to select"
      },
      "type": {
        "type": "string",
        "description": "Event type to select"
      },
      "node": {
        "type": "string",
        "description": "Node name to select"
      },
      "stage": {
        "type": "string",
        "description": "Processing stage to select"
      },
      "beforeAction": {
        "type": "string",
        "description": "Action name to select events before the action was executed"
      },
      "afterAction": {
        "type": "string",
        "description": "Action name to select events after the action was executed"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy