bc95c92f7c
Done: - Node API endpoints expose - RPC methods - Conductor Manager methods - Conductor utils new methods - RBAC new policies - Node API tests - Manager Tests (+ some testing for utils methods) - RBAC tests - Docs (api-ref) - REST API version history - Releasenotes Story: 2008567 Task: 41709 Change-Id: I2d72389edf546b99c536c6b130ca85ababf80591
14 lines
500 B
YAML
14 lines
500 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds endpoints to change boot mode and secure boot state of node.
|
|
|
|
* ``PUT /v1/nodes/{node_ident}/states/boot_mode``
|
|
* ``PUT /v1/nodes/{node_ident}/states/secure_boot``
|
|
|
|
The API will respond with 202 (Accepted) on validating the request
|
|
and accepting to process it. Changes occur asynchronously in a
|
|
background task. The user can then poll the states endpoint
|
|
``/v1/nodes/{node_ident}/states`` for observing current status of the
|
|
requested change.
|