OK
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
], - "errors": [
- {
- "message": "string",
- "object_name": "string"
}
], - "response_metadata": {
- "prev_cursor": "string",
- "next_cursor": "string",
- "total": 0
}
}
The parameters to create an environment.
Environment creation initiated
The request example is intended for creating Unix standalone environments.
{- "name": "oracle-environment",
- "engine_id": "1",
- "os_name": "UNIX",
- "hostname": "db.host.com",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "username": "username",
- "password": "password",
- "vault": "my-vault",
- "hashicorp_vault_engine": "kv",
- "hashicorp_vault_secret_path": "oracle-env",
- "hashicorp_vault_username_key": "username",
- "hashicorp_vault_secret_key": "password",
- "cyberark_vault_query_string": "Safe=Test;Folder=Test;Object=Test",
- "azure_vault_name": "azure_vault",
- "azure_vault_username_key": "username",
- "azure_vault_secret_key": "secret",
- "use_kerberos_authentication": true,
- "use_engine_public_key": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "ase_db_username": "user-123",
- "ase_db_password": "test",
- "ase_db_vault": "my-vault",
- "ase_db_hashicorp_vault_engine": "kv",
- "ase_db_hashicorp_vault_secret_path": "ase-env",
- "ase_db_hashicorp_vault_username_key": "username",
- "ase_db_hashicorp_vault_secret_key": "password",
- "ase_db_cyberark_vault_query_string": "Safe=Test;Folder=Test;Object=Test",
- "ase_db_azure_vault_name": "azure_vault",
- "ase_db_azure_vault_username_key": "username",
- "ase_db_azure_vault_secret_key": "secret",
- "ase_db_use_kerberos_authentication": true,
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_keystore_password": "temp123",
- "dsp_keystore_alias": "oracle-env",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "dsp_truststore_password": "truststore123",
- "description": "Unix Oracle source host",
- "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}, - {
- "key": "key-2",
- "value": "value-2"
}
]
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}, - "environment_id": "host-environment-1"
}
The request to get compatible repositories for provisioning a new VDB by snapshot.
OK
{- "source_data_id": "source-123",
- "engine_id": "engine-123",
- "snapshot_id": "snapshot-123",
- "environment_id": "1-UNIX_HOST_ENVIRONMENT-1"
}
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
]
}
The request to get compatible repositories for provisioning a new VDB by timestamp.
OK
{- "source_data_id": "source-123",
- "engine_id": "engine-123",
- "timestamp": "2021-05-01T08:51:34.148Z",
- "timeflow_id": "timeflow_123",
- "environment_id": "1-UNIX_HOST_ENVIRONMENT-1"
}
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
]
}
The request to get compatible repositories for provisioning a new VDB by bookmark.
OK
{- "bookmark_id": "string",
- "environment_id": "1-UNIX_HOST_ENVIRONMENT-1"
}
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
]
}
The request to get compatible repositories for provisioning a new VDB by location.
OK
{- "source_data_id": "source-123",
- "engine_id": "engine-123",
- "location": "string",
- "timeflow_id": "timeflow_123",
- "environment_id": "1-UNIX_HOST_ENVIRONMENT-1"
}
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
]
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
OK
{- "database_type": "ORACLE",
- "allow_provisioning": true,
- "is_staging": true,
- "version": "string",
- "oracle_base": "string",
- "bits": 0
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
Repository creation initiated
The request example is intended for creating a oracle repository.
{- "database_type": "ORACLE",
- "bits": 32,
- "installation_home": "/u01/app/oracle/product/18.0.0.0/dbhome_1",
- "version": "18.3.0.0.0"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}, - "repository_id": "1-ORACLE_INSTALL-15"
}
Host Creation initiated
{- "name": "string",
- "hostname": "db1.host.com",
- "nfs_addresses": [
- "192.168.10.2"
], - "ssh_port": 22,
- "privilege_elevation_profile_reference": "string",
- "dsp_keystore_alias": "string",
- "dsp_keystore_password": "pa$$word",
- "dsp_keystore_path": "string",
- "dsp_truststore_password": "pa$$word",
- "dsp_truststore_path": "string",
- "java_home": "string",
- "toolkit_path": "string",
- "oracle_jdbc_keystore_password": "pa$$word",
- "oracle_tde_keystores_root_path": "string",
- "ssh_verification_strategy": {
- "name": "RAW_KEY",
- "key_type": "RSA",
- "raw_key": "string",
- "fingerprint_type": "SHA256",
- "fingerprint": "string"
}, - "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
]
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}, - "cluster_node_id": "ORACLE_CLUSTER_NODE-7"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
the parameters to update a host.
OK
The request example is intended for updating Unix standalone hosts.
{- "hostname": "host.company.co",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_keystore_password": "temp123",
- "dsp_keystore_alias": "oracle-env",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "dsp_truststore_password": "truststore123",
- "oracle_jdbc_keystore_password": "secret-pass",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "ssh_verification_strategy": {
- "name": "ACCEPT_ALWAYS"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
the parameters to update an environment
OK
The request example is intended for updating Unix standalone environments.
{- "name": "oracle-environment",
- "ase_db_username": "user-123",
- "ase_db_password": "test",
- "ase_db_vault": "my-vault",
- "ase_db_hashicorp_vault_engine": "kv",
- "ase_db_hashicorp_vault_secret_path": "ase-env",
- "ase_db_hashicorp_vault_username_key": "username",
- "ase_db_hashicorp_vault_secret_key": "password",
- "ase_db_cyberark_vault_query_string": "Safe=Test;Folder=Test;Object=Test",
- "ase_db_use_kerberos_authentication": true,
- "description": "Unix Oracle source host"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
A request body containing a filter expression. This enables searching for items matching arbitrarily complex conditions. The list of attributes which can be used in filter expressions is available in the x-filterable vendor extension.
Note: All keywords are case-insensitive
Operator | Description | Example |
---|---|---|
CONTAINS | Substring or membership testing for string and list attributes respectively. | field3 CONTAINS 'foobar', field4 CONTAINS TRUE |
IN | Tests if field is a member of a list literal. List can contain a maximum of 100 values | field2 IN ['Goku', 'Vegeta'] |
GE | Tests if a field is greater than or equal to a literal value | field1 GE 1.2e-2 |
GT | Tests if a field is greater than a literal value | field1 GT 1.2e-2 |
LE | Tests if a field is less than or equal to a literal value | field1 LE 9000 |
LT | Tests if a field is less than a literal value | field1 LT 9.02 |
NE | Tests if a field is not equal to a literal value | field1 NE 42 |
EQ | Tests if a field is equal to a literal value | field1 EQ 42 |
The SEARCH operator filters for items which have any filterable
attribute that contains the input string as a substring, comparison
is done case-insensitively. This is not restricted to attributes with
string values. Specifically SEARCH '12'
would match an item with an
attribute with an integer value of 123
.
Ordered by precedence.
Operator | Description | Example |
---|---|---|
NOT | Logical NOT (Right associative) | NOT field1 LE 9000 |
AND | Logical AND (Left Associative) | field1 GT 9000 AND field2 EQ 'Goku' |
OR | Logical OR (Left Associative) | field1 GT 9000 OR field2 EQ 'Goku' |
Parenthesis ()
can be used to override operator precedence.
For example: NOT (field1 LT 1234 AND field2 CONTAINS 'foo')
Literal | Description | Examples |
---|---|---|
Nil | Represents the absence of a value | nil, Nil, nIl, NIL |
Boolean | true/false boolean | true, false, True, False, TRUE, FALSE |
Number | Signed integer and floating point numbers. Also supports scientific notation. | 0, 1, -1, 1.2, 0.35, 1.2e-2, -1.2e+2 |
String | Single or double quoted | "foo", "bar", "foo bar", 'foo', 'bar', 'foo bar' |
Datetime | Formatted according to RFC3339 | 2018-04-27T18:39:26.397237+00:00 |
List | Comma-separated literals wrapped in square brackets | [0], [0, 1], ['foo', "bar"] |
OK
An example of a nested Object comparison testing that at least one repository has a version which is equal to 19.0.0.
{- "filter_expression": "repositories CONTAINS {version eq '19.0.0'}"
}
{- "items": [
- {
- "id": "environment-123",
- "name": "Linux Test Host",
- "namespace_id": "1-NAMESPACE-1",
- "namespace_name": "test-engine-1",
- "is_replica": true,
- "namespace": "NAMESPACE-1",
- "engine_id": "engine-123",
- "enabled": true,
- "is_cluster": false,
- "cluster_home": "/u01/app/12.2.0.1/grid",
- "is_windows_target": false,
- "staging_environment": "1-WINDOWS_HOST-8",
- "hosts": [
- {
- "id": "3-UNIX_HOST-5",
- "hostname": "linux.dev.delphix.com",
- "os_name": "Linux",
- "os_version": "Red Hat Enterprise Linux Server release 7.3 (Maipo)",
- "memory_size": 8382160896,
- "available": false,
- "available_timestamp": "2022-06-02T17:49:11.457Z",
- "not_available_reason": "Failed to connect to host",
- "oracle_cluster_node_reference": "ORACLE_CLUSTER_NODE-1",
- "oracle_cluster_node_name": "my-favorite-cluster-node",
- "oracle_cluster_node_enabled": true,
- "oracle_cluster_node_discovered": true,
- "oracle_cluster_node_virtual_ips": [
- {
- "domain_name": "virtual.domain.com",
- "ip": "192.168.0.1",
- "discovered": true
}
], - "oracle_cluster_node_instances": [
- {
- "instance_name": "string",
- "instance_number": 0,
- "source_id": "string"
}
], - "windows_cluster_node_reference": "WINDOWS_CLUSTER_NODE-1",
- "windows_cluster_node_name": "my-favorite-cluster-node",
- "windows_cluster_node_discovered": true,
- "nfs_addresses": [
- "192.168.10.2"
], - "dsp_keystore_alias": "oracle-env",
- "dsp_keystore_path": "/tmp/keystore.keystore",
- "dsp_truststore_path": "/tmp/truststore.keystore",
- "java_home": "/Library/Java/JavaVirtualMachines/jdk/Contents/Home",
- "ssh_port": 22,
- "toolkit_path": "/work",
- "oracle_tde_keystores_root_path": "/keystore/root/path",
- "processor_type": "x86_64",
- "timezone": "America/New_York,EST-0500"
}
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "repositories": [
- {
- "id": "string",
- "name": "string",
- "database_type": "string",
- "allow_provisioning": true,
- "is_staging": true,
- "oracle_base": "string",
- "version": "string",
- "bits": 0,
- "install_group": "string",
- "install_user": "string",
- "rac": true,
- "ports": [
- 0
], - "port": 0,
- "dump_history_file": "string",
- "page_size": 0,
- "owner": "string",
- "installation_path": "string",
- "fulltext_installed": true,
- "internal_version": 0,
- "mssql_cluster_instances_name": [
- "string"
], - "mssql_cluster_instances_version": [
- "string"
], - "installation_home": "string",
- "drive_letter": [
- "string"
], - "discovered": true
}
], - "listeners": [
- {
- "id": "1-ORACLE_NODE_LISTENER-11",
- "name": "my-listener",
- "type": "NODE",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))",
- "(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER))"
], - "client_endpoints": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.75.59.184)(PORT=4567))"
], - "is_discovered": true,
- "host_id": "1-UNIX_HOST-14"
}
], - "os_type": "UNIX"
}
], - "response_metadata": {
- "prev_cursor": "string",
- "next_cursor": "string",
- "total": 0
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
The parameters to create an environment user.
Environment user created
This example can be used for creating a user with username and password.
{- "username": "username-1",
- "password": "password-1"
}
{- "user_ref": "user-reference-1",
- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
The parameters to create an environment user.
OK
This example can be used for creating a user with username and password.
{- "username": "username-1",
- "password": "password-1"
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
The parameters to create an Oracle listener.
Oracle listener created
This example can be used for creating an Oracle node listener.
{- "type": "NODE",
- "name": "my-listener",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.110.197.76)(PORT=1527))",
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.110.197.76)(PORT=1528))"
], - "host_id": "1-UNIX_HOST-1"
}
{- "listener_ref": "ORACLE_NODE_LISTENER-9",
- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}
OK
{- "name": "my-listener",
- "protocol_addresses": [
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.110.197.76)(PORT=1527))",
- "(ADDRESS=(PROTOCOL=tcp)(HOST=10.110.197.76)(PORT=1528))"
]
}
{- "job": {
- "id": "job-123",
- "status": "RUNNING",
- "is_waiting_for_telemetry": true,
- "type": "DB_REFRESH",
- "localized_type": "DB Refresh",
- "error_details": "Unable to connect to the engine.",
- "warning_message": "Failed to remove local MaskingJob, engineId: 3 localMaskingJobId: 7.",
- "target_id": "vdb-123",
- "target_name": "vdb",
- "start_time": "2022-01-02T05:11:24.148Z",
- "update_time": "2022-01-02T06:11:24.148Z",
- "trace_id": "string",
- "engine_ids": [
- "string"
], - "tags": [
- {
- "key": "key-1",
- "value": "value-1"
}
], - "engines": [
- {
- "engine_id": "string",
- "engine_name": "string"
}
], - "account_id": 1,
- "account_name": "User 1",
- "percent_complete": 50,
- "virtualization_tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "tasks": [
- {
- "id": "string",
- "parent_job_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z",
- "title": "string",
- "percent_complete": 100,
- "events": [
- {
- "message_details": "string"
}
], - "status": "PENDING"
}
], - "execution_id": "string"
}
}