Download application configuration
get
/gsadmin/v1/{appName}.zip
Retrieve the entire application configuration in zip format.
Request
Supported Media Types
- application/json
Path Parameters
- appName
-
Type:
string
Required:true
Specifies the name of your application, for example, Discover.
Security
- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/zip
200 Response
The application configuration as a zip file.
Examples
The following example shows how to export the entire search configuration for the cloud application:
curl -H "Authorization:Bearer <token>" -X GET http://<host>:<port>/gsadmin/v1/cloud.zip