summaryrefslogtreecommitdiff
path: root/releasenotes/notes/node-boot-mode-change-api-c5e392e3cd6ea54b.yaml
blob: 824e4080826128a2f6b10a75ea0181c0728fae19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.