Gsa unification, Deleting a search log – Google Search Appliance Administrative API Developers Guide: Protocol User Manual

Page 65

Advertising
background image

Google Search Appliance: Administrative API Developer’s Guide: Protocol

65

A search log entry returns:

<?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/searchLog/bbb%40default_collection</id>
<updated>2009-03-26T06:50:05.928Z</updated>
<app:edited xmlns:app=’http://purl.org/atom/app#’>

2009-03-26T06:50:05.928Z

</app:edited>
<link rel=’self’ type=’application/atom+xml’

href=’http://gsa:8000/feeds/searchLog/bbb%40default_collection’/>

<link rel=’edit’ type=’application/atom+xml’

href=’http://gsa:8000/feeds/searchLog/bbb%40default_collection’/>

<gsa:content name=’entryID’>bbb@default_collection</gsa:content>
<gsa:content name=’reportState’>3</gsa:content>
<gsa:content name=’reportCreationDate’>

March 25, 2009 11:42:28 PM PDT

</gsa:content>
<gsa:content name=’reportDate’>date_3_25_2009</gsa:content>
<gsa:content name=’isFinal’>false</gsa:content>

</entry>

Deleting a Search Log

To update the search log status and get search log content, send an authenticated DELETE request to a
search log entry of the searchLog feed.

http://Search_Appliance:8000/feeds/searchLog/bbb@default_collection

A search log entry will be deleted.

GSA Unification

The sections that follow describe how to configure the GSA Unification features of the Admin Console:

“Configuring a GSA Unification Network” on page 66

“Adding a GSA Unification Node” on page 66

“Retrieving a Node Configuration” on page 67

“Retrieving All Node Configurations” on page 68

“Updating a Node Configuration” on page 69

“Deleting a Node” on page 69

GSA Unification is also known as dynamic scalability. GSA Unification features are provided by the
federation feed.

Advertising