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

This action starts the network daemons for the services indicated.

Ensure that the CSR is successfully generated and submitted to the CA prior to enabling the Lync service using the generatecsr action . Failure to follow the correct order of steps may result in undesirable behavior.

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=enablesvc

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 started on the SBA. If a value other than 0 is passed, the operation will not affect any service.

  • No labels