Configure individual resources using ZIP format

To configure an individual search resource in ZIP format, follow these steps:

  1. Export the configuration of the search resource that you want to edit. For example, the following endpoint exports the configuration of the search interface All:
    GET /gsadmin/v1/cloud/searchInterfaces/All.zip
  2. Open the downloaded ZIP file containing the configuration of the search interface ALL and edit the configuration.
  3. Zip up the edited JSON configuration.
  4. Import the ZIP file containing the edited configuration of All using the following endpoint:
    POST /gsadmin/v1/cloud/searchInterfaces/All

    With the POST endpoint you must specify the name and location of the ZIP file containing the configuration to be imported. For an example of how to specify the ZIP file, see Understand how to execute endpoints.

Important: Do not delete files from or add files to the exported ZIP file, or change the arrangement of folders and files in it.