docs: add op api examples

This commit is contained in:
Michael Schurter
2022-03-01 17:15:26 -08:00
parent a1000ee5b8
commit 3020b4e851

View File

@@ -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&region=eu-west