Updating a node configuration, Deleting a node, Administration – Google Search Appliance Administrative API Developers Guide: Protocol User Manual
Page 69

Google Search Appliance: Administrative API Developer’s Guide: Protocol
69
Updating a Node Configuration
To update the configuration of a node in the GSA Unification network, send an authenticated PUT
request to the following URL:
http://Search_Appliance:8000/feeds/collection/Appliance_Id
Note: Changing the Appliance Id isn’t possible in an update request. In this case the search appliance
should be deleted from the network and added again.
The following example request body shows the result:
<?xml version=’1.0’ encoding=’UTF-8’?>
<entry xmlns=’http://www.w3.org/2005/Atom’
xmlns:gsa=’http://schemas.google.com/gsa/2007’>
<gsa:content name=’entryID’>Appliance_Id</gsa:content>
<gsa:content name=’nodeType’>SECONDARY</gsa:content>
<gsa:content name=’federationNetworkIP’>10.0.0.5</gsa:content>
<gsa:content name=’secretToken’>token2</gsa:content>
<gsa:content name=’hostname’>host5.domain.com</gsa:content>
<gsa:content name=’scoringBias’>40</gsa:content>
</entry>
Deleting a Node
To delete a node from the GSA Unification network, send an authenticated DELETE request to the
following URL:
http://Search_Appliance:8000/feeds/federation/Appliance_Id
Administration
The sections that follow describe how to configure the Administration features of the Admin Console:
•
“License Information” on page 70
•
“Import and Export” on page 70
•
•
•