Engine (Salesforce- Compliance accelerator)
The dxac’sengine
command has been deprecated. It will be removed in future versions.
You must specify engine properties directly in thedeploy
command.
The engine subgroup contains commands to add, delete, and manage engines within the dxac database.
Note: Adding an engine to dxac is not required to run the deploy operation.
Usage
Every dxac command in the engine subgroup follows the below pattern
-
dxac: The main cli name.
-
engine: Indicates that you are running a command under the engine subgroup.
-
sub-command: The sub-command you are running under engine.
-
parameters: Required and Optional parameters for the sub-command.
./dxac engine <command> -option <value>
Sub-Commands
Following are the sub-commands under the config group.
Sub-Command |
Description |
---|---|
add |
Add (register) a Delphix Continuous Compliance Engine to dxac database. |
delete |
Delete a Delphix Continuous Compliance Engine from dxac database. |
get |
List the details of a registered Delphix Continuous Compliance Engine in dxac. |
get-all |
List details for all registered Delphix Continuous Compliance Engines in dxac database. |
update |
Update the details of a registered Delphix Continuous Compliance Engine in dxac database. |
test |
Test connectivity to a registered Delphix Continuous Compliance engine. |
add
This command adds (registers) a Delphix Continuous Compliance Engine in the dxac database.
parameters
The add sub-command has the following parameters.
Required parameters are tagged with an *
Parameter |
Description |
---|---|
*-e, –engine-name |
Name of the engine in dxac database. |
*-u, –username |
Delphix Continuous Compliance Admin user. |
*-p, –password |
Delphix Continuous Compliance Admin user’s password |
*-i, –ip |
IP or FQDN of the Delphix Continuous Compliance engine. |
-d, –default |
Sets this entry as the default Delphix Continuous Compliance engine for dxac. |
-t, –protocol |
TCP Protocol used to connect to Delphix Continuous Compliance engine. |
-o, –port |
Port used to connect to Delphix Continuous Compliance engine. Firewall may need to be open for dxac host to connect to Delphix Continuous Compliance engine over this port. |
-xl, –proxy_url |
Proxy URL to connect to Delphix Continuous Compliance engine. |
-xu, –proxy-user |
Username for proxy-url.Required if proxy-url is provided. |
-xu, –proxy-user |
Username for proxy-url.Required if proxy-url is provided. |
-xp, –proxy-password |
Password for proxy-url.Required if proxy-url is provided. |
delete
This command deletes (unregisters) a Delphix Masking engine from the dxac database.
parameters
The delete sub-command has the following parameters.
Required parameters are tagged with an *
Parameter |
Description |
---|---|
*-e, –engine-name |
Name of the engine in dxac database. |
*-u, –username |
Delphix Continuous Compliance Admin user. |
get
This command is used to list the information for an existing engine registration in dxac database.
parameters
The get sub-command has the following parameters.
Required parameters are tagged with an *
Parameter |
Description |
---|---|
*-e, –engine-name |
Name of the engine in dxac database. |
*-u, –username |
Delphix Continuous Compliance Admin user that was used to register the engine. |
get-all
This command is used to list all existing engine in dxac http://database.No parameters are required to run this sub-command.
update
This command is used to update an existing engine registration in dxac database.
Currently, only password updates are supported.
parameters
The update sub-command has the following parameters.
Required parameters are tagged with an *
Parameter |
Description |
---|---|
*-e, –engine-name |
Name of the engine in dxac database. |
*-u, –username |
Delphix Continuous Compliance Admin user that was used to register the engine. |
*-p, –password |
New password for the Delphix Continuous Compliance Admin user. |
test
This command is used to test an existing engine registration in dxac database.
parameters
The update sub-command has the following parameters.
Required parameters are tagged with an *
Parameter |
Description |
---|---|
*-e, –engine-name |
Name of the engine in dxac database. |
*-u, –username |
Delphix Continuous Compliance Admin user that was used to register the engine. |