Summary
Send a gNOI reboot command.
Description
Send a reboot command over gRPC gNOI to a host and return the results.
Route
POST /automationgateway/gnoi/reboot/execute
Roles
admin
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
delay | number | no | - |
force | boolean | no | - |
host | string | yes | A host from the gRPC inventory |
message | string | no | Reboot message to send |
method | string | yes | COLD, POWERDOWN, HALT, WARM, NSF, reserved, POWERUP |
subcomponents | array | no | - |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | gNOI response object. |