Query parameters
-
Specifies what to do when the request:
- Contains wildcard expressions and there are no jobs that match.
- Contains the _all string or no identifiers and there are no matches.
- Contains wildcard expressions and there are only partial matches.
If
true, the API returns an emptyjobsarray when there are no matches and the subset of results when there are partial matches. Iffalse, the API returns a404status code when there are no matches or only partial matches.
GET
/_ml/anomaly_detectors/_stats
curl \
--request GET 'http://api.example.com/_ml/anomaly_detectors/_stats'