Administering hosted services

URL:
https://<web server hostname>/arcgis/rest/admin/services
Methods:
GET
Child Resources:
Map Service, Feature Service

Description

The administration resource is the root node and initial entry point into the administrative interface for your ArcGIS Online or ArcGIS Enterprise hosted services. This resource represents a catalog of services published on the host.

Parameters

ParameterDetails
f

Description: The response format. The default response format is html.

Values: html | json | pjson

Example Usage

https://sampleserver10.arcgisonline.com/arcgis/rest/admin

JSON Response Syntax

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
{
  "services" : [
    {
      "adminServiceInfo" :
      {
        "name" : "Highways",
        "type" : "FeatureServer",
        "status" : "Started",
        "maxRecordCount" : 500
      },
      "serviceDescription" : "Description of Highways Service"
    },
    {
      "adminServiceInfo" :
      {
        "name" : "Rivers",
        "type" : "MapServer",
        "status" : "Started",
        "maxRecordCount" : 500
      },
      "serviceDescription" : "Description of Rivers Service"
    }
  ]
}

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

OSZAR »