This topic describes how to map from GUI operations to the corresponding CLI operation.

It is not always straightforward to convert from the visual layout of the GUI to the corresponding CLI operations. This topic outlines some common operations and indicates how they are represented in the CLI. web services, and the API documentation.

dSource Operations

GUICLIAPI TopicInput ObjectWeb Services 
Linkdatabase linkContainerLinkParametersPOST /resources/json/delphix/database/link
Show configurationdatabase "name" get
source "name" get 
Container
Source 
-GET /resources/json/delphix/database/{ref}
GET /resources/json/delphix/source/{ref} 
Syncdatabase "name" syncContainerSyncParametersPOST /resources/json/delphix/database/{ref}/sync
Updatedatabase "name" updateContainerContainerPOST /resources/json/delphix/database/{ref}
Deletedatabase "name" deleteContainerDeleteParametersPOST /resources/json/delphix/database/{ref}/delete
Detachdatabase "name" detachSourceContainerDetachSourceParametersPOST /resources/json/delphix/database/{ref}/detachSource
Attachdatabase "name" attachSourceContainerAttachSourceParametersPOST /resources/json/delphix/database/{ref}/attachSource
Disablesource "name" disableSourceSourceDisableParametersPOST /resources/json/delphix/source/{ref}/disable
Enablesource "name" enableSourceSourceEnableParametersPOST /resources/json/delphix/source/{ref}/enable

VDB Operations

GUICLIAPI TopicInput ObjectWeb Services 
Provisiondatabase provisionContainerProvisionParametersPOST /resources/json/delphix/database/provision
V2Pdatabase exportContainerExportParametersPOST /resources/json/delphix/database/export
Refreshdatabase "name" refreshContainerRefreshParametersPOST /resources/json/delphix/database/{ref}/refresh
Snapshotdatabase "name" syncContainerSyncParametersPOST /resources/json/delphix/database/{ref}/sync
Updatedatabase "name" updateContainerContainerPOST /resources/json/delphix/database/{ref}
Deletedatabase "name" deleteContainerDeleteParametersPOST /resources/json/delphix/database/{ref}/delete
Startsource "name" startSourceStartParametersPOST /resources/json/delphix/source/{ref}/start
Stopsource "name" stopSourceStopParametersPOST /resources/json/delphix/source/{ref}/stop
Enablesource "name" enableSourceSourceEnableParametersPOST /resources/json/delphix/source/{ref}/enable
Disablesource "name" disableSourceSourceDisableParametersPOST /resources/json/delphix/source/{ref}/disable

Environment Operations

GUICLIAPI TopicInput ObjectWeb Services 
Add environmentenvironment createSourceEnvironmentSourceEnvironmentCreateParametersPOST /resources/json/delphix/environment
Updateenvironment "name" update SourceEnvironment EnvironmentPOST /resources/json/delphix/environment/{ref}
Deleteenvironment "name" delete SourceEnvironment -DELETE /resources/json/delphix/environment/{ref}
Refreshenvironment "name" refresh SourceEnvironment -POST /resources/json/delphix/environment/{ref}/refresh
Enableenvironment "name" enableSourceEnvironment-POST /resources/json/delphix/environment/{ref}/enable
Disableenvironment "name" disableSourceEnvironment-POST /resources/json/delphix/environment/{ref}/disable
Add manual repositoryrepository createSourceRepositorySourceRepositoryPOST /resources/json/delphix/repository
Update repositoryrepository "name" updateSourceRepositorySourceRepositoryPOST /resources/json/delphix/repository/{ref}
Remove manual repositoryrepository "name" deleteSourceRepository-DELETE /resources/json/delphix/repository/{ref}
Show host detailshost "name" getHost-GET /resources/json/delphix/host/{ref}
Add cluster nodeenvironment oracle clusternode createOracleClusterNodeOracleClusterNodePOST /resources/json/delphix/environment/oracle/clusternode
Update cluster nodeenvironment oracle clusternode "name" updateOracleClusterNodeOracleClusterNode POST /resources/json/delphix/environment/oracle/clusternode/{ref}
Remove cluster nodeenvironment oracle clusternode "name" deleteOracleClusterNode-DELETE /resources/json/delphix/environment/oracle/clusternode/{ref}
Add listenerenvironment oracle listener createOracleListenerOracleListenerPOST /resources/json/delphix/environment/oracle/listener
Update listenerenvironment oracle listener "name" updateOracleListenerOracleListenerPOST /resources/json/delphix/environment/oracle/listener/{ref}
Remove listenerenvironment oracle listener "name" deleteOracleListener-DELETE /resources/json/delphix/environment/oracle/listener/{ref}