The AddService action enables you to add a service to a Controller server. You can include the following information to specify the service that you want to include:
The action reads the port information for the service from the configuration file, and includes it in the response.
a=AddService&ExecPath=C:/HewlettPackardEnterprise/IDOLServer/IDOL/HewlettPackardEnterpriseIDOLServer.exe
a=AddService&ExecPath=C:/HewlettPackardEnterprise/IDOLServer/IDOL/HewlettPackardEnterpriseIDOLServer.exe&ConfigPath=HewlettPackardEnterpriseIDOLServer.cfg&ControlMethod=SCM&SCMServiceName=IDOLServer
a=AddService&ExecPath=C:/HewlettPackardEnterprise/IDOLServer/IDOL/HewlettPackardEnterpriseIDOLServer.exe&Name=idol&Type=content&Labels=label1,key2:value2
| Parameter | Description | Required |
|---|---|---|
| ConfigPath | The path to the configuration file of the service that you want to add. | |
| ControlMethod | The control method to use. | |
| ExecPath | The full path of the executable file for the service that you want to add. | |
| InitScriptPath |
The path to the script to use to control the service. |
|
| Labels |
Any labels to associate with the service. |
|
| Name |
A name for the service that you want to add. |
|
| SCMServiceName |
The name of the Windows service, if applicable. |
|
| Type |
A description of the type of service. |
You can also submit this action from Coordinator by specifying the ControllerUUID parameter. For more information, refer to the IDOL Site Admin Coordinator Reference.
|
|