REST API Method: POST /rest/sbaconfig?action=disablesvc

This action stops the network daemons for the services indicated.

This action can be performed anytime after the SBA is setup.

If stopped, Lync server services will be automatically restarted by Windows after a moment

An HTTP Status 200 return for this action only means that the request was successfully received by the system. Status of the action must be retrieved using the SBA Action Status Resource .

URL:

https://192.168.0.111/rest/sbaconfig?action=disablesvc

HTTP Method

POST

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
serviceNameYesNoEnum0Possible values:
  • 0 - rNone
  • 1 - rRDP
  • 16 - rLync
Identifies the service to be stopped on the SBA. If a value other than 0 is not passed, the operation will not affect any service.

  • No labels