Back up and restore all application configuration

To back up and restore all application configuration, use the procedure for exporting and importing configuration in ZIP files as follows:

  1. Export a search configuration using the following endpoint:
    GET /gsadmin/v1/cloud.zip
    This endpoint exports all search configuration in a file whose name and location must be specified with the endpoint.
  2. Store the downloaded ZIP file in a secure location.
  3. To restore your search configuration, import the ZIP file containing the configuration 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.