Export Services

URL:
https://<root>/services/exportServices
Methods:
POST
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.5

Description

The exportServices operaiton exports the site's user published, System, and Utility services to a specified folder location or a directory on the server.

Request parameters

ParameterDetails

location

(Optional)

A path to a folder accessible to the server where the exported services configuration will be written. If a location is not specified, the server writes the exported services configuration file to a directory owned by the server and returns a virtual path (an HTTPS URL) to that location from where it can be downloaded.

Example
Use dark colors for code blocksCopy
1
location=\\server\share\backup

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the exportServices operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/services/exportServices HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

location=\\server\share\backup&f=pjson

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.