Status (Map Service)

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

JSON Response syntax


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

JSON Response example


            {
  "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.