Bug #23883
Document API for boot environment calls
Status:
Resolved
Priority:
Expected
Assignee:
William Grzybowski
Category:
Middleware
Target version:
Seen in:
Severity:
New
Reason for Closing:
Reason for Blocked:
Needs QA:
No
Needs Doc:
Yes
Needs Merging:
Yes
Needs Automation:
No
Support Suite Ticket:
n/a
Hardware Configuration:
ChangeLog Required:
No
Description
I cannot find documentation for Boot Environment calls to edit/rename a boot environment, activate a boot environment or set the keep flag on a boot environment, could you please document these for me?
Related issues
Associated revisions
fix(api): document boot environment rename
Ticket: #23883
feat(middlewared): add bootenv plugin with listing and activate
Ticket: #23883
feat(middlewared): add bootenv.rename
Ticket: #23883
History
#1
Updated by Erin Clark over 3 years ago
- Related to Feature #23810: Boot Environment UI added
#2
Updated by William Grzybowski over 3 years ago
- Status changed from Unscreened to Screened
- Seen in changed from Unspecified to Master - FreeNAS Nightlies
#3
Updated by William Grzybowski over 3 years ago
- Target version changed from 11.0 to 11.1
#4
Updated by William Grzybowski over 3 years ago
- Status changed from Screened to Resolved
There is a REST api for rename: /system/bootenv/name/rename/ sending {"name": "newname"}
There are also now the following websocket calls:
bootenv.rename "id" "newname"
bootenv.activate "id"
bootenv.set_attribute "id" {"keep": true}
#5
Updated by Dru Lavigne over 3 years ago
- Subject changed from Document API for Boot Environment Calls to Document API for boot environment calls
#6
Updated by Dru Lavigne over 3 years ago
- Target version changed from 11.1 to 11.1-BETA1
#7
Updated by Joe Maloney about 3 years ago
- Needs QA changed from Yes to No
- QA Status deleted (
Not Tested)