Skip to content
URL:
https://<root>/services/System
Methods:
GET
Version Introduced:
10.9

Access requirements

Required privileges

The Enterprise Administrator API requires privilege-based access. An administrator must be assigned a specific user privilege, or role, to access any given endpoint. Listed below are the user privileges or roles an administrator can be assigned that provides access to this endpoint. If multiple privileges are listed, only one needs to be assigned to gain access.


Tokens

This API requires token-based authentication. A token is automatically generated for administrators who sign in to the Enterprise Administrator API directory's HTML interface. Tokens generated in this way are stored for the entirety of the session.

Those accessing the API directory outside of the HTML interface will need to acquire a session token from the generateToken operation in the Enterprise Directory API. For security reasons, all POST requests made to the Enterprise Administrator API must include a token in the request body.


Learn how to generate a token

Description

The System folder resource contains automatically deployed services used by ArcGIS Server. The following table outlines the services included in the System folder.

ServiceDetails

RasterRendering

The RasterRendering service is a multitenant raster rendering provider.

CachingTools

The CachingTools service is used to create and manage map and image service caches.

ReportingTools

The ReportingTools service is used to report cache status for Map and Image services.

SharedMapServiceHost

The SharedMapServiceHost runs map services that use shared instances.

CachingControllers

The CachingControllers service is used to create and manage map and image service caches.

SyncTools

The SyncTools service is used to synchronize data edits.

RasterProcessing

The RasterProcessing service is used by ArcGIS Server to process raster data.

PublishingTools

The PublishingTools service is used to publish web services.

SceneCachingTools

The SceneCachingTools service is used to create and manage scene service caches.

RasterUtilities

The RasterUtilities service contains tools that enable raster analysis and processing.

FeatureServiceTools

The FeatureServiceTools service is used by Feature Service to execute various tools, for example, CalculateFeatureService.

SceneCachingControllers

The SceneCachingControllers service is used to manage scene service caches.

SpatialAnalysisTools

The SpatialAnalysisTools service is used to support spatial analysis.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following example demonstrates a sample request URL used to access the System folder resource:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/admin/services/System?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "isDefault": true,
  "description": "The System folder contains automatically deployed services that are used by ArcGIS Server.",
  "id": "fwl1euyigdfz7wc4keld2",
  "folderName": "System",
  "services": [
    {
      "description": "The RasterRendering service is a multi-tenant raster rendering provider.",
      "id": "sh6hsol3z3qep5zm2i8vj",
      "folderName": "System",
      "serviceName": "RasterRendering",
      "type": "ImageServer"
    },
    {
      "description": "The CachingTools service is used to create and manage map and image service caches.",
      "id": "sj873zy22n3jdjii7nwzn",
      "folderName": "System",
      "serviceName": "CachingTools",
      "type": "GPServer"
    },
    {
      "description": "The ReportingTools service is used to report cache status for Map and Image services.",
      "id": "su3fgc05evbmri3409arv",
      "folderName": "System",
      "serviceName": "ReportingTools",
      "type": "GPServer"
    },
    {
      "description": "The SharedMapServiceHost runs map services that use shared instances.",
      "id": "sz4uiicab2laspm263tmg",
      "folderName": "System",
      "serviceName": "SharedMapServiceHost",
      "type": "MapServer"
    },
    {
      "description": "The CachingControllers service is used to create and manage map and image service caches.\n    ",
      "id": "sndgl6gw8ag9pgs44fs8d",
      "folderName": "System",
      "serviceName": "CachingControllers",
      "type": "GPServer"
    },
    {
      "description": "The SyncTools service is used to synchronize data edits.",
      "id": "sei8fixbvtsk2w5qwyyxv",
      "folderName": "System",
      "serviceName": "SyncTools",
      "type": "GPServer"
    },
    {
      "description": "The RasterProcessing service is used by ArcGIS Server to process raster data.",
      "id": "sci7odomjo0rv6g9biuls",
      "folderName": "System",
      "serviceName": "RasterProcessing",
      "type": "ImageServer"
    },
    {
      "description": "The PublishingTools service is used to publish web services.",
      "id": "svgp55z6ecss6haehl6q2",
      "folderName": "System",
      "serviceName": "PublishingTools",
      "type": "GPServer"
    },
    {
      "description": "The SceneCachingTools service is used to create and manage scene service caches.",
      "id": "stpvvxlugial42q8eqo41",
      "folderName": "System",
      "serviceName": "SceneCachingTools",
      "type": "GPServer"
    },
    {
      "description": "The RasterUtilities service contains tools that enable raster analysis and processing.",
      "id": "srd4cy6r3nckqy50i31pd",
      "folderName": "System",
      "serviceName": "RasterUtilities",
      "type": "GPServer"
    },
    {
      "description": "The FeatureServiceTools service is used by Feature Service to execute various tools, e.g. CalculateFeatureService.",
      "id": "sau2xqdtd1897ig3573uj",
      "folderName": "System",
      "serviceName": "FeatureServiceTools",
      "type": "GPServer"
    },
    {
      "description": "The SceneCachingControllers service is used to manage scene service caches.",
      "id": "smqv2pt5zgn7b3zcdshxo",
      "folderName": "System",
      "serviceName": "SceneCachingControllers",
      "type": "GPServer"
    },
    {
      "description": "The SpatialAnalysisTools service is used to support spatial analysis.",
      "id": "sku4f2pmz75lycx9y7odf",
      "folderName": "System",
      "serviceName": "SpatialAnalysisTools",
      "type": "GPServer"
    }
  ],
  "webEncrypted": false
}

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