Success
Bad request
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
]
}
The database connector to create
Success
Bad request
Forbidden access
Not found
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
Success
Bad request
Forbidden access
Not found
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
The updated database connector
Success
Bad request
Forbidden access
Not found
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
Note that only the names of tables that are accessible by the database user will be returned
Success
Bad request
Forbidden access
Not found
[- "string"
]
A list of connection properties supported by the database connector's underlying JDBC driver.
Success
Bad request
Forbidden access
Not found
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "name": "string",
- "value": "string",
- "description": "string",
- "edited": false
}
]
}
Test if a database connector is valid.
The database connector configuration to test. This field is optional. If null or empty, the existing databaseConnectorId will be tested. If a connector configuration is supplied without a password, then the password associated with the databaseConnectorId will be used.
Success
Bad request
Forbidden access
Not found
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
{- "response": "string"
}
The database connector to test
Success
Bad request
Forbidden access
Not found
{- "connectorName": "Con123",
- "databaseType": "ORACLE",
- "environmentId": 1,
- "host": "europa.delphix.com",
- "password": "Pass_123",
- "port": 1521,
- "schemaName": "MASKER",
- "sid": "TEST",
- "username": "MASKER"
}
{- "response": "string"
}