Couchbase SourceConfig operations
Run the following command to add the source config.
Example -
> sourceconfig create
> set type=AppDataStagedSourceConfig
> set name=testscfg
> set parameters="{ \
\"couchbaseSrcHost\":\"rh74-src-cbase.delphix.com\", \
\"couchbaseSrcPort\":8091, \
\"dbPath\":\"/opt/couchbase/var/lib/couchbase\", \
\"prettyName\":\"testscfg\"
}"
> set repository="rh74-cbase/Couchbase (7.1.3-3479 (EE))"
> commit
Delete
Run the below command to delete sourceconfig.
Example -
> sourceconfig create
> select testscfg
> delete
> commit