You can access the configuration of search resources both locally, from the machine where Guided Search is installed -- or remotely, from a different machine. The following table summarizes the differences between these two types of access.
Access type |
Access method |
Examples |
---|---|---|
local |
Through the following IFCR commands: exportContent importContent deleteContent |
runcommand.bat IFCR exportContent searchInterfaces/All directory runcommand.bat IFCR importContent searchInterfaces/All pathname\filename.zip runcommand.bat IFCR deleteContent searchInterfaces/All Note:
|
remote |
Through REST API calls using the following HTTP methods: GET POST PUT* PATCH* DELETE |
GET http://localhost:port/ifcr/gsadmin/v1/Discover/searchInterfaces/All POST http://host:port/ifcr/gsadmin/v1/Discover/searchInterfaces/All PUT http://host:port/ifcr/gsadmin/v1/Discover/searchInterfaces/All PATCH http://host:port/ifcr/gsadmin/v1/Discover/searchInterfaces/All DELETE http://host:port/ifcr/gsadmin/v1/Discover/searchInterfaces/All Note: "Discover" is used in the URL examples above as the application name. You will want to replace "Discover" with the name of your own application. |
* Available in JSON format only. For information, see Understand ZIP format and JSON format (remote access only).
Note
REST API calls for remote access use Basic authentication.