Brightsign Network Web API Reference Manual v.3.8 Manual do Utilizador Página 134

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 138
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 133
122
bool ForceDevicesReboot(int[] deviceIds)
Description
Enables the flags indicating that the specified device(s) should reboot during the next check-in event. This operation
returns True only if it is completely successful. Otherwise, it returns False.
Required Permissions
Device: Reboot Device
Parameters
[int[]] deviceIds: An array of identifiers corresponding to the Device instance(s) that should be rebooted.
The number of passed items is limited to 100 by the server. Attempting to reboot more than the allowed number of
objects will result in an error. Passing an array containing a Device [int] Id value that does not correspond to
an existing Device instance will also result in an error. Passing an empty array will lead to an immediate False
response without an error.
bool CancelDevicesReboot(int[] deviceIds)
Description
Disables the flags indicating that the specified device(s) should reboot during the next check-in event. This operation
returns True only if it is completely successful. Otherwise, it returns False.
Required Permissions
Device: Reboot Device
Parameters
[int[]] deviceIds: An array of identifiers corresponding to the Device instance(s) that should be affected. The
number of passed items is limited to 100 by the server. Attempting to target more than the allowed number of
objects will result in an error. Passing an array containing a Device [int] Id value that does not correspond to
an existing Device instance will also result in an error. Passing an empty array will lead to an immediate False
response without an error.
Vista de página 133
1 2 ... 129 130 131 132 133 134 135 136 137 138

Comentários a estes Manuais

Sem comentários