mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 20:54:35 +02:00
Merge pull request #7115 from Icinga/feature/docs-api
Improve REST API docs
This commit is contained in:
commit
82de4bd13a
@ -22,7 +22,7 @@ Supported commands:
|
|||||||
* api setup (setup for API)
|
* api setup (setup for API)
|
||||||
* ca list (lists all certificate signing requests)
|
* ca list (lists all certificate signing requests)
|
||||||
* ca sign (signs an outstanding certificate request)
|
* ca sign (signs an outstanding certificate request)
|
||||||
* console (Icinga console)
|
* console (Icinga debug console)
|
||||||
* daemon (starts Icinga 2)
|
* daemon (starts Icinga 2)
|
||||||
* feature disable (disables specified feature)
|
* feature disable (disables specified feature)
|
||||||
* feature enable (enables specified feature)
|
* feature enable (enables specified feature)
|
||||||
@ -272,7 +272,7 @@ are required for executing config expressions and auto-completion.
|
|||||||
|
|
||||||
> **Note**
|
> **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
|
> Runtime modifications are not validated and might cause the Icinga 2
|
||||||
> daemon to crash or behave in an unexpected way. Use these runtime changes
|
> daemon to crash or behave in an unexpected way. Use these runtime changes
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1680,7 +1680,7 @@ Message updates are dropped when
|
|||||||
* The origin sender is not in a parent zone of the receiver.
|
* The origin sender is not in a parent zone of the receiver.
|
||||||
* The certificate fingerprint is in an invalid format.
|
* 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`
|
> Location: `apilistener.cpp` and `jsonrpcconnection.cpp`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user