mirror of https://github.com/Icinga/icinga2.git
parent
418a00041b
commit
6629277157
|
@ -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 New Issue