Download application configuration

get

/gsadmin/v1/{appName}.zip

Retrieve the entire application configuration in zip format.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The application configuration as a zip file.
Back to Top

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
Back to Top