From eaa2c5131a2f6f6cae9bb7f298374c10382d4f34 Mon Sep 17 00:00:00 2001 From: Boris Glimcher <36732377+glimchb@users.noreply.github.com> Date: Tue, 11 Jul 2023 17:27:41 -0400 Subject: [PATCH] Control device boot source and order Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com> --- LIFECYCLE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LIFECYCLE.md b/LIFECYCLE.md index 2bd9a5a..80bceb0 100644 --- a/LIFECYCLE.md +++ b/LIFECYCLE.md @@ -18,6 +18,16 @@ $ curl -s -k -u : -X POST -H "Content-Type: application/json # see http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/ResetType ``` +## Control device boot source and order + +example if we using redfish: + +```bash +$ curl -s -k -u : -X PATCH -H "Content-Type: application/json" -d '{"Boot": {"BootSourceOverrideTarget":"Pxe"} }' https:///redfish/v1/Systems/ + +# see http://redfish.dmtf.org/schemas/v1/ComputerSystem.json#/definitions/BootSource +``` + ## Update device * firmware update