Google Search Appliance Administrative API Developers Gui Instrukcja Użytkownika Strona 74

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 77
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 73
1 2 ... 69 70 71 72 73 74 75 76 77

Komentarze do niniejszej Instrukcji

Brak uwag