mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
418a00041b
commit
6629277157
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ as query string, e.g. a space character becomes `%20`.
|
|||
|
||||
Example for a URL-encoded query string:
|
||||
|
||||
/v1/objects/hosts?filter=match(%22example.localdomain*%22,host.name)&attrs=host.name&attrs=host.state
|
||||
/v1/objects/hosts?filter=match(%22example.localdomain*%22,host.name)&attrs=name&attrs=state
|
||||
|
||||
Here are the exact same query parameters as a JSON object:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue