Download OpenAPI specification:Download
Delphix DCT API
The api to check connectivity of engine and a remote host on given port.
Success
{- "engine_id": "engine-123",
- "use_engine_public_key": true,
- "os_name": "UNIX",
- "staging_environment": "1-WINDOWS_HOST-1",
- "host": "test.host.com",
- "port": 22,
- "username": "username",
- "password": "password",
- "vault_id": "my-vault",
- "hashicorp_vault_engine": "kv",
- "hashicorp_vault_secret_path": "oracle-env",
- "hashicorp_vault_username_key": "username",
- "hashicorp_vault_secret_key": "secret",
- "azure_vault_name": "azure_vault",
- "azure_vault_username_key": "username",
- "azure_vault_secret_key": "secret",
- "cyberark_vault_query_string": "Safe=Test;Folder=Test;Object=Test",
- "use_kerberos_authentication": true
}
{- "message": "Success!",
- "status": "SUCCESS"
}
Success
{- "credentials_type": "MSSQL_ENVIRONMENT_USER",
- "source_id": "1-SOURCE-CONFIG-1",
- "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": "secret",
- "azure_vault_name": "azure_vault",
- "azure_vault_username_key": "username",
- "azure_vault_secret_key": "secret",
- "cyberark_vault_query_string": "Safe=Test;Folder=Test;Object=Test",
- "environment_id": "string",
- "environment_user": "string"
}
{- "message": "Success!",
- "status": "SUCCESS"
}
The api to check connectivity of NetBackup master server and client on an environment.
OK
{- "environment_id": "1-ENVIRONMENT-1",
- "environment_user_id": "USER-1",
- "master_server_name": "master_server.delphix.com",
- "source_client_name": "source_client.delphix.com"
}
The api to check connectivity to the CommServe host and staging client from an environment.
OK
{- "environment_id": "1-ENVIRONMENT-1",
- "environment_user_id": "USER-1",
- "commserve_host_name": "commserve.delphix.com",
- "source_client_name": "source_client.delphix.com",
- "staging_client_name": "staging_client.delphix.com"
}