Input devices: reboot - AWS Elemental MediaLive API Reference

Input devices: reboot

URI

/prod/inputDevices/inputDeviceId/reboot

HTTP methods

POST

Operation ID: RebootInputDevice

Path parameters
NameTypeRequiredDescription
inputDeviceIdStringTrue
Responses
Status codeResponse modelDescription
200None

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

422ValidationError

422 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

Schemas

Request bodies

{ "force": enum }

Response bodies

{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "errorMessage": "string", "elementPath": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }

Properties

AccessDenied

PropertyTypeRequiredDescription
message

string

False

BadGatewayException

PropertyTypeRequiredDescription
message

string

False

GatewayTimeoutException

PropertyTypeRequiredDescription
message

string

False

InternalServiceError

PropertyTypeRequiredDescription
message

string

False

InvalidRequest

PropertyTypeRequiredDescription
message

string

False

LimitExceeded

PropertyTypeRequiredDescription
message

string

False

RebootInputDevice

PropertyTypeRequiredDescription
force

RebootInputDeviceForce

False

Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.

RebootInputDeviceForce

Whether or not to force reboot the input device.

  • NO

  • YES

ResourceNotFound

PropertyTypeRequiredDescription
message

string

False

ValidationError

PropertyTypeRequiredDescription
elementPath

string

False

Path to the source of the error.

errorMessage

string

False

The error message.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

RebootInputDevice