File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/resources/delphix Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def _logout(self):
6363 cookies = self .cookies )
6464
6565 def _get_params (self , vdb ):
66- result = {'ref' : 'XXXX ' , 'cont' : 'YYYY ' , 'vsrc' : 'ZZZZ ' }
66+ result = {'ref' : 'NOT_FOUND ' , 'cont' : 'NOT_FOUND ' , 'vsrc' : 'NOT_FOUND ' }
6767 print ('- get params' )
6868 headers = {'Content-type' : 'application/json' }
6969
@@ -122,7 +122,7 @@ def _rewind(self, vdb):
122122 "type" : "OracleRollbackParameters" ,
123123 "timeflowPointParameters" : {
124124 "type" : "TimeflowPointSemantic" ,
125- "container" : parameters ['cont ' ],
125+ "container" : parameters ['ref ' ],
126126 "location" : "LATEST_SNAPSHOT"
127127 }
128128 }
Original file line number Diff line number Diff line change 1212
1313 sys .path .append ('/Users/bmoussaud/Workspace/xebialabs-community/xlr-delphix-plugin/src/main/resources' )
1414 server = {'url' : 'http://ba5b5824.ngrok.io' , 'username' : 'delphix_admin' , 'password' : 'landshark' }
15- vdb = 'ITIM '
15+ vdb = 'XEBIA '
1616
1717from delphix .DelphixClient import DelphixClient
1818
Original file line number Diff line number Diff line change 1212
1313 sys .path .append ('/Users/bmoussaud/Workspace/xebialabs-community/xlr-delphix-plugin/src/main/resources' )
1414 server = {'url' : 'http://ba5b5824.ngrok.io' , 'username' : 'delphix_admin' , 'password' : 'landshark' }
15- vdb = 'ITIM '
15+ vdb = 'XEBIA '
1616
1717from delphix .DelphixClient import DelphixClient
1818
1919client = DelphixClient (server )
20- client .rewind (vdb )
20+ output = client .rewind (vdb )
2121job = output ['job' ]
2222action = output ['action' ]
Original file line number Diff line number Diff line change 1212
1313 sys .path .append ('/Users/bmoussaud/Workspace/xebialabs-community/xlr-delphix-plugin/src/main/resources' )
1414 server = {'url' : 'http://ba5b5824.ngrok.io' , 'username' : 'delphix_admin' , 'password' : 'landshark' }
15- vdb = 'ITIM '
15+ vdb = 'XEBIA '
1616
1717from delphix .DelphixClient import DelphixClient
1818
1919client = DelphixClient (server )
20- client .snapshot (vdb )
20+ output = client .snapshot (vdb )
2121job = output ['job' ]
2222action = output ['action' ]
You can’t perform that action at this time.
0 commit comments