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

rest-api-spec.api.ml.get_job_stats.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "ml.get_job_stats":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-job-stats.html",
      "description":"Retrieves usage information for anomaly detection jobs."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ml/anomaly_detectors/_stats",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_ml/anomaly_detectors/{job_id}/_stats",
          "methods":[
            "GET"
          ],
          "parts":{
            "job_id":{
              "type":"string",
              "description":"The ID of the jobs stats to fetch"
            }
          }
        }
      ]
    },
    "params":{
      "allow_no_match":{
        "type":"boolean",
        "required":false,
        "description":"Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy