mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fixed scheduler config examples (#12049)
This commit is contained in:
@@ -838,9 +838,7 @@ This endpoint accepts no additional parameters.
|
||||
|
||||
```shell-session
|
||||
$ curl \
|
||||
--request PUT \
|
||||
--data @payload.json \
|
||||
https://localhost:4646/v1/jobs
|
||||
https://localhost:4646/v1/agent/schedulers/config
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
@@ -892,6 +890,7 @@ The table below shows this endpoint's support for
|
||||
"_core"
|
||||
],
|
||||
"num_schedulers": 12
|
||||
"server_id": "server1.global"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -901,7 +900,7 @@ The table below shows this endpoint's support for
|
||||
$ curl \
|
||||
--request PUT \
|
||||
--data @payload.json \
|
||||
https://localhost:4646/v1/jobs
|
||||
https://localhost:4646/v1/agent/schedulers/config
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
|
||||
Reference in New Issue
Block a user