mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
remove bracket
This commit is contained in:
parent
b8107c81e9
commit
4c9f267236
@ -951,7 +951,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…
x
Reference in New Issue
Block a user