Skip to content

Status (Feature Service)

URL:
https://<adminservicecatalog-url>/services/<serviceName>/FeatureServer/status
Methods:
GET

Description

The status operation returns whether a service is started (available) or stopped.

Parameters

ParameterDetails
f

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

Values: html | json | pjson

Example usage

Example 1: Status on a service named WorldService :

https://sampleserver10.arcgisonline.com/arcgis/rest/admin/services/WorldService/FeatureServer/status

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
{
  "name" : "serviceName",
  "status" : "<Started | Stopped>"
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
{
  "name" : "WorldService",
  "status" : "Started"
}

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