- 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 generate 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.
Description
The System folder resource contains automatically deployed services used by ArcGIS Server. The following table outlines the services included in the System folder.
| Service | Details |
|---|---|
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
| The |
Request parameters
| Parameter | Details |
|---|---|
| The response format. The default format is Values: |
Example usage
The following example demonstrates a sample request URL used to access the System folder resource:
https://organization.example.com/<context>/admin/services/System?f=pjsonJSON 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
}