Google Search Appliance Administrative API Developers Gui Manual de usuario Pagina 74

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 77
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 73
Google Search Appliance: Administrative API Developer’s Guide: Protocol 74
Shut Down and Reboot
Shut down or reboot the search appliance.
Shutting Down or Rebooting a Search Appliance
To shut down or reboot a search appliance, send an authenticated
PUT
request to the following URL:
http://Search_Appliance:8000/feeds/command/shutdown
The following example request body shows the result:
<?xml version=’1.0’ encoding=’UTF-8’?>
<entry xmlns=’http://www.w3.org/2005/Atom’
xmlns:gsa=’http://schemas.google.com/gsa/2007’>
<gsa:content name=’command’>reboot</gsa:content>
</entry>
Property Description
command
Command sent to the search appliance. The command can be
shutdown
or
reboot
.
runningStatus
Indicates the search appliance status:
shuttingDown
if you sent the
shutdown
command.
rebooting
if you sent the
reboot
command.
running
if the search appliance is operating normally.
Vista de pagina 73
1 2 ... 69 70 71 72 73 74 75 76 77

Comentarios a estos manuales

Sin comentarios