| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL |
http://<adminservicecatalog-url>/<serviceName>.FeatureServer/status |
|---|---|
| Parent Resource | Service |
The status operation returns whether a service is started (available) or stopped.
| Parameter | Details |
|---|---|
| f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Status on a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/status
{
"name" : "serviceName",
"status" : "<Started | Stopped>"
}
{
"name" : "WorldService",
"status" : "Started"
}