
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.
Comentários a estes Manuais