Update README.md
parent
bff106c1fa
commit
928178c732
11
README.md
11
README.md
|
@ -19,6 +19,17 @@ To make a basic call on GET /me just run :
|
||||||
./ovhApiBashClient.sh
|
./ovhApiBashClient.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To retrieve your domain list, run:
|
||||||
|
```
|
||||||
|
./ovhApiBashClient.sh --url "/domain"
|
||||||
|
```
|
||||||
|
|
||||||
|
To activate the monitoring on your dedicated server, run:
|
||||||
|
```
|
||||||
|
./ovhApiBashClient.sh --method PUT --url "/dedicated/server/ns00000.ovh.net" --data '{"monitoring": true}'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue