AssetRebootMutationInput
input
The input for the asset reboot mutation.
Input Fields
assetId
ID!
required
The ID of the asset that is to be rebooted.
canCancel
Boolean
Allow canceling the reboot. Defaults to false if not provided.
countdownTimerInSeconds
Int
The countdown timer shown on the end user's device before it is rebooted. Rounded to the nearest minute. Min value 0, max value 86400 (24 hours). If the timer is set to less than 30 seconds, the asset will reboot instantly. Note: If provided with `countdownTimerInMinutes` this will be ignored.
userFacingRebootMessage
String
Message displayed to the end user before rebooting. Will be ignored if countdown is null or 0. Max 250 characters.
snoozeConfig
AssetRebootSnoozeConfigInput
Optional snooze configuration. If provided, allows end user to delay the reboot.
countdownTimerInMinutes
Int
default: 5
The countdown timer shown on the end user's device before it is rebooted. Defaults to 5 minutes. Min value 0, max value 1440 (24 hours). Note: If provided with `countdownTimerInSeconds` then `countdownTimerInMinutes` is used.