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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 77
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 28
Google Search Appliance: Administrative API Developer’s Guide: Protocol 29
To view OneBox information for a search appliance, send an authenticated
GET
request to the
onebox
feed URL for a OneBox name:
http://Search_Appliance:8000/feeds/onebox/OneBox_Name
The result is an entry that includes current individual OneBox values for a search appliance:
<?xml version=’1.0’ encoding=’UTF-8’?>
<entry xmlns=’http://www.w3.org/2005/Atom’
xmlns:gsa=’http://schemas.google.com/gsa/2007’>
<id>http://gsa:8000/feeds/onebox/oneboxone</id>
<updated>2008-12-15T13:39:42.895Z</updated>
<link rel=’self’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox/oneboxone’/>
<link rel=’edit’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox/oneboxone’/>
<gsa:content name=’entryID’>oneboxone</gsa:content>
<gsa:content name=’logContent’>onebox logs</gsa:content>
</entry>
Note: The logs for each OneBox can only be retrieved by getting separate information for each OneBox.
Deleting a OneBox Module
To delete a OneBox module from a search appliance, send an authenticated
DELETE
request to the
onebox
feed URL:
http://Search_Appliance:8000/feeds/onebox/OneBox_Name
Crawl Status
Check the crawl status, and also pause or resume crawl using the
pauseCrawl
entry of the
command
feed.
Retrieving the Crawl Status
To check status of crawl, send an authenticated
GET
request to the following URL:
http://Search_Appliance:8000/feeds/command/pauseCrawl
Property Description
pauseCrawl
Set to
1
to check to see if crawl on a search appliance is paused. You can
also use this property to pause the crawl.
Set to
0
to verify that a search appliance is crawling. You can also use this
property to start the crawl.
Vista de pagina 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 76 77

Comentarios a estos manuales

Sin comentarios