Skip To Content
ArcGIS Developer
Dashboard

System (Services)

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:

https://organization.domain.com/context/admin/services/System?f=pjson

JSON Response example


{
  "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
}