mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
docs: add op api examples
This commit is contained in:
@@ -81,7 +81,7 @@ $ nomad operator api -verbose /v1/agent/members?pretty
|
||||
...
|
||||
|
||||
|
||||
$ nomad operator api -region eu-west -filter '.Status == "completed"' -dryrun /v1/evaluations
|
||||
$ nomad operator api -region eu-west -filter 'Status == "completed"' -dryrun /v1/evaluations
|
||||
curl \
|
||||
-X GET \
|
||||
http://127.0.0.1:4646/v1/evaluations?filter=.Status+%3D%3D+%22completed%22®ion=eu-west
|
||||
|
||||
Reference in New Issue
Block a user