Internal: Controller: GetServiceStatus
GetServiceStatus
Reports the status of Pipe and ControllerApi Service in the Controller Server.
Authentication Methods
No authentication required
| Output Parameter | Type | Description |
|---|---|---|
| Success | Boolean | |
| Service | Service | Service object contains the name of the service and its availability status. |
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task= GetServiceStatus'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<Services>
<Service>
<Type>Pipe</Type>
<Status>Available</Status>
</Service>
<Service>
<Type>ControllerApi</Type>
<Status>Available</Status>
</Service>
</Services>
</Response>