open-nomad/website/content/api-docs
Tim Gross 9e1c0b46d8
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
..
acl docs: add documentation for ACL token expiration and ACL roles. (#14332) 2022-08-31 16:13:47 +02:00
operator fix: website broken links (#14904) 2022-10-17 11:32:10 -04:00
agent.mdx Fixed scheduler config examples (#12049) 2022-02-23 12:58:29 -05:00
allocations.mdx Task lifecycle restart (#14127) 2022-08-24 17:43:07 -04:00
client.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
deployments.mdx docs: initial docs for the new API features (#12094) 2022-03-14 10:58:42 -04:00
evaluations.mdx API for Eval.Count (#15147) 2022-11-07 08:53:19 -05:00
events.mdx acl: add ACL roles to event stream topic and resolve policies. (#14923) 2022-10-20 09:43:35 +02:00
index.mdx parse ACL token from authorization header (#12534) 2022-06-06 15:51:02 -04:00
jobs.mdx Accidentally trailed off on a docs paragraph (#15118) 2022-11-02 23:33:41 -04:00
json-jobs.mdx template: custom change_mode scripts (#13972) 2022-08-24 17:43:01 +02:00
libraries-and-sdks.mdx Update libraries-and-sdks.mdx 2021-04-27 16:34:55 -04:00
metrics.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
namespaces.mdx docs: add meta to namespace docs 2022-03-04 14:18:57 -08:00
nodes.mdx api: Add support for filtering and pagination to the node list endpoint (#12727) 2022-04-21 17:04:33 +02:00
plugins.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
quotas.mdx docs: fixing a few more places we missed "secure" during rename (#14395) 2022-08-30 10:08:50 -04:00
recommendations.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
regions.mdx docs: fixup regions API documentation path to include version. 2021-07-21 12:14:19 +02:00
scaling-policies.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
search.mdx docs: Fix minor fuzzy search things (#10423) 2021-04-21 14:55:17 -05:00
sentinel-policies.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
services.mdx api: enable selecting subset of services using rendezvous hashing 2022-06-25 10:37:37 -05:00
status.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
system.mdx feat(website): migrates to new nav data format (#10264) 2021-03-31 08:43:17 -05:00
ui.mdx [ui] general keyboard navigation: 1.3.4 release (#14138) 2022-08-17 12:59:33 -04:00
validate.mdx cli: forward request for job validation to nomad leader 2022-08-10 14:34:04 -05:00
variables.mdx variables: document restrictions on path and size (#14687) 2022-09-26 11:40:53 -04:00
volumes.mdx CSI: failed allocation should not block its own controller unpublish (#14484) 2022-09-08 13:30:05 -04:00