Google Search Appliance Administrative API Developers Gui Manual do Utilizador Página 28

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 77
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 27
Google Search Appliance: Administrative API Developer’s Guide: Protocol 28
OneBox Modules
Retrieve the names of and delete OneBox modules from a search appliance using the
onebox
feed.
Note: This API does not support adding, updating, or viewing detailed configuration information for a
OneBox module.
Retrieving OneBox Module Names
To get the OneBox information for a search appliance, send an authenticated
GET
request to the
onebox
feed URL:
http://Search_Appliance:8000/feeds/onebox
The following example retrieves the current OneBox values for the search appliance:
<?xml version=’1.0’ encoding=’UTF-8’?>
<feed xmlns=’http://www.w3.org/2005/Atom’
xmlns:openSearch=’http://a9.com/-/spec/opensearchrss/1.0/’
xmlns:gsa=’http://schemas.google.com/gsa/2007’>
<id>http://gsa:8000/feeds/onebox</id>
<updated>2008-12-15T13:37:36.678Z</updated>
<link rel=’http://schemas.example.com/g/2005#feed’
type=’application/atom+xml’ href=’http://gsa:8000/feeds/onebox’/>
<link rel=’self’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox’/>
<generator version=’0.5’ uri=’http://gsa:8000/gsa’>
Google Search Appliance
</generator>
<openSearch:startIndex>1</openSearch:startIndex>
<entry>
<id>http://gsa:8000/feeds/onebox/oneboxone</id>
<updated>2008-12-15T13:37:36.678Z</updated>
<link rel=’self’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox’/>
<link rel=’edit’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox’/>
<gsa:content name=’entryID’>oneboxone</gsa:content>
</entry>
<entry>
<id>http://gsa:8000/feeds/onebox/oneboxtwo</id>
<updated>2008-12-15T13:37:36.678Z</updated>
<link rel=’self’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox’/>
<link rel=’edit’ type=’application/atom+xml’
href=’http://gsa:8000/feeds/onebox’/>
<gsa:content name=’entryID’>oneboxtwo</gsa:content>
</entry>
</feed>
Note: Because this API does not support retrieving detailed OneBox configuration information,
retrieving the
onebox
feed supplies only the names of each OneBox module.
Property Description
logContent
The log content for OneBox logs.
Vista de página 27
1 2 ... 23 24 25 26 27 28 29 30 31 32 33 ... 76 77

Comentários a estes Manuais

Sem comentários