Files
nomad/api
Tim Gross ce0e0768ff API for Eval.Count (#15147)
Add a new `Eval.Count` RPC and associated HTTP API endpoints. This API is
designed to support interactive use in the `nomad eval delete` command to get a
count of evals expected to be deleted before doing so.

The state store operations to do this sort of thing are somewhat expensive, but
it's cheaper than serializing a big list of evals to JSON. Note that although it
seems like this could be done as an extra parameter and response field on
`Eval.List`, having it as its own endpoint avoids having to change the response
body shape and lets us avoid handling the legacy filter params supported by
`Eval.List`.
2022-11-07 08:53:19 -05:00
..
2022-08-24 17:43:07 -04:00
2020-10-21 14:05:46 -04:00
2022-11-07 08:53:19 -05:00
2020-02-16 16:04:59 -06:00
2021-04-16 16:36:07 -06:00