FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
URL |
http://<adminservicecatalog-url>/<serviceName>.FeatureServer/start |
---|---|
Parent Resource | Service |
The start operation starts a feature service so its contents are accessible.
Parameter | Details |
---|---|
f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Start a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/start{ "serviceName" : "<serviceName>", "status" : "Started" }
{ "serviceName" : "WorldService", "status" : "Started" }