mirror of https://github.com/Icinga/icinga2.git
remove bracket
This commit is contained in:
parent
b1fe15f694
commit
4de722a4ae
|
@ -950,7 +950,7 @@ list the latter in the `restore_attrs` parameter. E.g.:
|
||||||
```bash
|
```bash
|
||||||
curl -k -s -S -i -u root:icinga -H 'Accept: application/json' \
|
curl -k -s -S -i -u root:icinga -H 'Accept: application/json' \
|
||||||
-X POST 'https://localhost:5665/v1/objects/hosts/example.localdomain' \
|
-X POST 'https://localhost:5665/v1/objects/hosts/example.localdomain' \
|
||||||
-d '{ "restore_attrs": [ "address", "vars.os" ] }, "pretty": true }'
|
-d '{ "restore_attrs": [ "address", "vars.os" ], "pretty": true }'
|
||||||
```
|
```
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in New Issue