bmc os power
Controller:
github.com/ubccr/grendel/internal/api.(*Handler).BmcOsPower
Middlewares:
- github.com/go-fuego/fuego.defaultLogger.middleware
- github.com/ubccr/grendel/internal/api.(*Handler).authMiddleware
Change power status of node(s)
Query parameters
Filter by nodeset. Minimum of one query parameter is required
Filter by tags. Minimum of one query parameter is required
Headers
Request body
Example request
{
"boot_option": "Pxe",
"power_option": "PowerCycle"
}Response
OK
Changes
Changed in 3 of the 15 revisions of this API.13
- ○
added the optional property
items/datato the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
items/datato the response with the200status (media type: application/xml)response-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 38 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲