FRAMES | NO FRAMES Description | Parameters | Examples | Response
Status (Operation)
URL http://<adminservicecatalog-url>/<serviceName>.FeatureServer/status
Parent Resource Service

Description

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

Parameters

Parameter Details
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":

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

JSON Response Syntax

 {
  "name" : "serviceName", 
  "status" : "<Started | Stopped>"
}             

JSON Response Example

{
  "name" : "WorldService", 
  "status" : "Started"
}