Amazon MediaLive · Schema

RebootInputDeviceRequest

A request to reboot an AWS Elemental device.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Force object
View JSON Schema on GitHub

JSON Schema

medialive-api-reboot-input-device-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-reboot-input-device-request-schema.json",
  "title": "RebootInputDeviceRequest",
  "description": "A request to reboot an AWS Elemental device.",
  "type": "object",
  "properties": {
    "Force": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RebootInputDeviceForce"
        },
        {
          "xml": {
            "name": "force"
          },
          "description": "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."
        }
      ]
    }
  }
}