Google Search Appliance Administrative API Developers Gui Manuale Utente Pagina 53

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 55
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 52
Google Search Appliance: Administrative API Developer’s Guide: .NET 53
Shutdown or Reboot
Shut down or reboot the search appliance.
Shutting Down or Rebooting
Shut down or reboot the search appliance as follows:
// Create an entry to hold properties to update
GsaEntry updateEntry = new GsaEntry();
// Add a property to updateEntry
updateEntry.AddGsaContent("command", "reboot");
myService.UpdateEntry("command", "shutdown", updateEntry);
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.
Vedere la pagina 52
1 2 ... 48 49 50 51 52 53 54 55

Commenti su questo manuale

Nessun commento