Import Services

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

Description

The importServices operation imports services from a server that were exported using the Export Services operation.

Request parameters

ParameterDetails

location

The upload ID of, or folder path to, the .agssiteservices file that was generated from a run of the Export Services operation.

Example
Use dark colors for code blocksCopy
1
2
3
4
5
//ID example
location=i5fad5582-80bc-4155-a21c-62f326354aba

//File path example
location=\\server\share\backup\<timestamp>.agssiteservices

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 importServices operation:

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

location=i5fad5582-80bc-4155-a21c-62f326354aba&f=json

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