CMD
Overview
The CMD Connector supports provisioning by executing arbitrary commands on the running host.
It is especially useful when run in a remote connector server.
Installation
- Follow the steps needed to install the Java connector server.
- Put the CMD connector jar file and in the bundles subdirectory.
- Run the connector server.
Supported operations
- Create
- Delete
- Update
- Search
- Test
Configuration
Configuration Properties
The following table describes all of the properties that you can specify for the configuration:
Â
Configuration Property | Type | Required | Default Value | Description |
---|---|---|---|---|
createCmdPath | String | Â | Â | Command string associated to the create operation |
updateCmdPath | String | Â | Â | Command string associated to the update operation |
searchCmdPath | String | Â | Â | Command string associated to the search operation |
deleteCmdPath | String | Â | Â | Command string associated to the delete operation |
testCmdPath | String | Â | Â | Command string associated to the test connection |