Data source feeds – Google Search Appliance Administrative API Developers Guide: Java User Manual
Page 9
Google Search Appliance: Administrative API Developer’s Guide: Java
9
Data Source Feeds
Retrieve, delete, and destroy data source feed information for the search appliance using the feed feed.
The following parameters let you search for a string and retrieve source statements.
Use the following properties to view data source feed records and content.
Note: You can only get information about data source feeds, and delete or destroy data source feeds.
Inserting new data source feeds is not provided by this API. You can create new feeds using the Admin
Console user interface.
Parameter
Description
query
The query string. When used to retrieve all feed information, the query
parameter is overloaded to mean the feedDataStore. When getting
information about a single feed, the parameter is a query. Each log statement
contains a query string to be retrieved.
startLine
The starting log statement to retrieve. The default value is line 1.
maxLines
The maximum number of log statements to retrieve. The default value is 50
statements.
Property
Description
errorRecords
The number of documents that had errors and were not added to the data
source feed.
feedDataSource
The name of the data source.
feedState
Feed state: ACCEPTED:0, IN_PROGRESS:1, COMPLETED:2,
COMPLETED_WITH_ERROR:3, FAILED_IN_ERROR:4
feedTime
The system’s time stamp at the start of each stage, in milliseconds.
feedType
Feed type: FULL_FEED:0, INCREMENTAL:1, DELETED:2,
METADATA_AND_URL:3
fromLine
The starting line of a log.
logContent
The log’s content.
successRecords
The number of documents in the search appliance index (the number of
documents that were successfully indexed).
toLine
The ending line of a log.
totalLines
Total lines in a log.
updateMethod
Indicate to delete a data source feed. This value can only be delete.