Cassandra source config operations
To create a source config and perform updates from the CLI, login to the Delphix Continuous Data Engine using the admin user account.
CODE
Syntax -
ssh admin@dlpx-engine.delphix.com
Add Source config creation via CLI
Run the following command to add the source config.
CODE
Example -
> sourceconfig create
> set type=AppDataStagedSourceConfig
> set name=testscfg
> set environmentUser="csd-staging/delphix"
> set parameters="{ \
\"cluster_name\":\"Staging\", \
\"pretty_name\":\"testscfg\"
}"
> set repository="csd-staging/'Datastax Cassandra - (version: 6.8.25) [/u02/cassandra/dse-6.8.25/bin/dse]'"
> commit
Delete
Run the below command to delete sourceconfig.
CODE
Example -
> sourceconfig
> select testscfg
> delete
> commit