From b8d11302ef7633e7a059480b90b23eb4370e37ef Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 29 Jul 2019 00:12:15 -0400 Subject: [PATCH] Fix a few more typos --- docs/manuals/api.md | 13 +++++++++++-- docs/manuals/daemon.md | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/manuals/api.md b/docs/manuals/api.md index 147cf4eb..0ae75c5a 100644 --- a/docs/manuals/api.md +++ b/docs/manuals/api.md @@ -107,11 +107,11 @@ The Flask authentication secret key used to salt session credentials. Should be * *optional* * *requires* `authentication` → `enabled` -A list of API authentication tokens that can be passed via the `X-Api-Key` header to authorize access to the API. +A list of API authentication tokens that can be passed via the `X-Api-Key` header to authorize access to the API. Each list element contains the following fields: ##### `description` -* *required* +* *ignored* A text description of the token function or use. Not parsed by the API, but used for administrator reference in the configuration file. @@ -196,6 +196,15 @@ Return a JSON document containing information about ``. The output is iden **NOTE:** Nodes are created automatically during daemon startup; they cannot be created by the client tools. +#### `/api/v1/node//daemon-state` + * Methods: `GET` + +###### `GET` + * Mandatory values: N/A + * Optional values: N/A + +Return the daemon state of ``. + #### `/api/v1/node//coordinator-state` * Methods: `GET`, `POST` diff --git a/docs/manuals/daemon.md b/docs/manuals/daemon.md index 4d283423..7a0bb227 100644 --- a/docs/manuals/daemon.md +++ b/docs/manuals/daemon.md @@ -262,6 +262,12 @@ The directory to store ephemeral configuration files. Usually `/run/pvc` or a si The directory to store log files for `file_logging`. Usually `/var/log/pvc` or a similar directory. Must be specified even if `file_logging` is `False`, though ignored. +#### `system` → `configuration` → `directories` → `console_log_directory` + +* *required* + +The directory to store VM console logs. Usually `/var/log/libvirt` or a similar directory. + #### `system` → `configuration` → `logging` → `file_logging` * *required*