Download resource configuration

get

/gsadmin/v1/{appName}/{resourcePath}.zip

Retrieve configuration of a resource in zip format.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The configuration of the resource as a zip file
Back to Top

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