Conversations
Conversations 1 - 20 of 320
Hi, I am new to using REST. I am confortable using delphix CLI to sutomate. However , can't see what is wrong with my rest program. Here...
Provision a Oracle VDB through API call
Hi there, I am trying to Provision a Oracle VDB through an API call. My code is something like:#DB Provision
curl -vs -X POST -k --data ...
ORA-64307: hybrid columnar compression is not supported for tablespaces on this storage type on Delphix
We have created a VDB from a database residing on Exadata. Some of the tables/partitions on the exadata side use the HCC compression feat...
How to write RESTful web services client based on curl
I need to write a RESTful web service client for Delphix.I am new to delphix and RESTful webservices.How can I write a client based on th...
How to provision a MSSQL database through API in delphix?
Delphix documentation provide a sample code to provision a Oracle database here: https://docs.delphix.com/display/DOCS43/API+Cookbook%3A+...
JetStream docs for container creation
Hi, I'm looking for JetStream docs in order to understand when the feature about inclusion/exclusion of the vdb refresh action is introd...
Mssql Provision
Hi, I am provisioning my Mssql dsource with the below API script: "container": { "group": "GROUP-42", "name": "VD_20",...
Development Studio default workspace
I have signed up for a trial, which is running on AWS, but for the "Development Studio", it requires me to provide a workspace, which isn...
free trial platform not loading for all environments
I got the free trial email with all env links. None of them are working. Can you please check example : prod - http://52.24.190.42/
How to replicate Jetstream shared-bookmark function on dxtoolkit or Delphix API
I was trying to replicate the "shared bookmark" functionality in jetstream to dxtoolkit.Assume we have dsource named MYSOURCE. And there...
masking sync
Hi everyone, Is it possible to sync a masked gold copy (from the unmasked source) as we do with logsync on a normal gold copy ? Thanks. ...
Is it possible to isolate the data in a single table so it is not impacted by a VDB Refresh?
There is a single table within a database that has very sensitive region specific data and cannot be impacted by a VDB Refresh. We need...
Issue while brining up Template on Delphix
Hello..Got the below error while trying to start up the template VDB Failed to start Oracle database "TUKCAUK1" on environment "CAMP_1204...
How to differentiate between a VDB and a dSource while using the List Databases API ?
I am using the List Databases API $ curl -X GET -k http://delphix-server/resources/json/... \ -b ~/cookies.txt -H "Content-Type: app...
When trying to add PDB as a dSource: Cannot sync pluggable database because multitenant container database "DBNAME" sync failed.
I hope someone can help.. I am Unable to add a PDB as a dSource in the GUI. the below is the output from the error message. DBNAME is n...
How to add aws ec2 instance as source
Hi, I am trying to add an AWS EC2 instance as dSource but not able to discover the host using username/password and Public Key method. ...
How to get dynamic container name for the particular VDB
Hi Guys, Could you please tell us how to get the container name for that particular VDB.While we are working on the API we are searching...
Unable to load delphixpy module failing with sys.path errors
Able to install delphixpy using pip module successfully. But unable load the module. when i look towards folder, web is already avail...
Error while running dx_provision_vdb.py
Hi, I am getting following error while running dx_provision_db.py : RequestError: APIError(action=u'Change the API version to one suppo...
How to start with delphix API
Hi Guys,I am new to delphix API. Can anyone suggest how to start with the API?