docs: Simplify curl example for status endpoint.
When invoked with -v, curl actually outputs a message to indicate that this extra param is unnecessary: "Note: Unnecessary use of -X or --request, GET is already inferred."
This commit is contained in:
parent
e1885bb7cb
commit
7e810b12ba
@ -157,7 +157,7 @@ configuration. A 200 HTTP status will be returned if the VSP seems
|
|||||||
healthy, or a 500 status will be used to indicate something is wrong.
|
healthy, or a 500 status will be used to indicate something is wrong.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ curl --user admin:12345 --request GET http://localhost:8800/admin/status
|
$ curl --user admin:12345 http://localhost:8800/admin/status
|
||||||
```
|
```
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user