Download resource configuration
get
/gsadmin/v1/{appName}/{resourcePath}.zip
Retrieve configuration of a resource 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.- resourcePath
Type:string
Required:true
Relative path of the resource, for example, thesaurus.
Security
- basicAuth
-
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/zip
200 Response
The configuration of the resource as a zip file
Examples
The following example shows how to export the entire thesaurus for the cloud application:
curl -H "Authorization:Bearer <token>" -X GET http://host:port/gsadmin/v1/cloud/thesaurus.zip