mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Improve REST API docs
- Better explanation for filters and filter_vars - Update examples to use filters in the body only, don't fuck around with the URL parameters. - Better explain actions and their intent - More insights into config packages and their intention - Improve API clients and add the tables from icinga2-api-examples - Formatting for CLI requests (cherry picked from commit 31170db12349f67b48b56f67342225a19e0f34e3)
This commit is contained in:
parent
e55cad5c1a
commit
553bc54297
@ -22,7 +22,7 @@ Supported commands:
|
||||
* api setup (setup for API)
|
||||
* ca list (lists all certificate signing requests)
|
||||
* ca sign (signs an outstanding certificate request)
|
||||
* console (Icinga console)
|
||||
* console (Icinga debug console)
|
||||
* daemon (starts Icinga 2)
|
||||
* feature disable (disables specified feature)
|
||||
* feature enable (enables specified feature)
|
||||
@ -272,7 +272,7 @@ are required for executing config expressions and auto-completion.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The debug console does not currently support SSL certificate verification.
|
||||
> The debug console does not currently support TLS certificate verification.
|
||||
>
|
||||
> Runtime modifications are not validated and might cause the Icinga 2
|
||||
> daemon to crash or behave in an unexpected way. Use these runtime changes
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1614,7 +1614,7 @@ Message updates are dropped when
|
||||
* The origin sender is not in a parent zone of the receiver.
|
||||
* The certificate fingerprint is in an invalid format.
|
||||
|
||||
#### log::SetLogPosition <a id="technical-concepts-json-rpc-messages-pki-updatecertificate"></a>
|
||||
#### log::SetLogPosition <a id="technical-concepts-json-rpc-messages-log-setlogposition"></a>
|
||||
|
||||
> Location: `apilistener.cpp` and `jsonrpcconnection.cpp`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user