Migrate configuration of all search features

To migrate the configuration of all search features from one system to another, follow these steps:

  1. Export all search configuration using the following endpoint:
    GET /gsadmin/v1/cloud.zip
    This endpoint exports all search configuration in a file whose name and location are specified with the endpoint.
  2. Copy the downloaded ZIP file to the system to which you want to migrate the search configuration.
  3. Import the search configuration in the downloaded ZIP file onto the system to which you are migrating, using the following endpoint:
    POST /gsadmin/v1/cloud
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.