- URL:
- https://<adminservicecatalog-url>/services/<serviceName>/FeatureServer/status
- Methods:
GET
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 Values: |
Example usage
Example 1: Status on a service named World
:
https
JSON Response syntax
{
"name" : "serviceName",
"status" : "<Started | Stopped>"
}
JSON Response example
{
"name" : "WorldService",
"status" : "Started"
}