Files
nomad/command
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-11-07 08:53:19 -05:00
2022-10-06 17:00:29 -04:00
2020-12-09 11:05:18 -08:00
2020-12-09 11:05:18 -08:00
2021-10-01 10:14:28 -04:00
2021-10-01 10:14:28 -04:00
2022-10-06 17:00:29 -04:00
2022-10-06 17:00:29 -04:00
2022-10-06 17:00:29 -04:00
2020-12-09 11:05:18 -08:00
2020-11-30 11:12:06 -05:00
2022-04-22 09:15:51 -05:00
2021-03-31 16:37:09 -04:00