All REST Endpoints
Resource that handles requests related for retrieving deployment details.
- Retrieve Deployment Details
- Method: getPath:
[host-url]/dt-rest/v2/about
Resource responsible for handling REST API requests related to authentication.
- Retrieve Authentication Token - Autonomous AI Database Deployments
- Method: postPath:
[host-url]/broker/pdbcs/public/v1/token - Retrieves Authentication Token - Marketplace Deployments
- Method: getPath:
[host-url]/dt-rest/v2/authentication/token
Resource responsible for handling REST API requests related to connections.
- List Connections
- Method: getPath:
[host-url]/dt-rest/v2/connections - Retrieve Connection
- Method: getPath:
[host-url]/dt-rest/v2/connections/{connectionId}
Resource responsible for handling REST API requests related to data flows.
- List Data Flows
- Method: getPath:
[host-url]/dt-rest/v2/dataflows - Retrieve Data Flow
- Method: getPath:
[host-url]/dt-rest/v2/dataflows/{dataFlowId}
Resource responsible for handling REST API requests related to data loads.
- List Data Loads
- Method: getPath:
[host-url]/dt-rest/v2/dataloads - Retrieve Data Load
- Method: getPath:
[host-url]/dt-rest/v2/dataloads/{dataLoadId}
Resource responsible for handling REST API requests related to imports and exports.
- Export All Design Objects
- Method: postPath:
[host-url]/dt-rest/v2/migration/fullExport - Exports Selected Design Objects
- Method: postPath:
[host-url]/dt-rest/v2/migration/export - Imports Design Objects
- Method: postPath:
[host-url]/dt-rest/v2/migration/import - List Importable Files
- Method: getPath:
[host-url]/dt-rest/v2/migration/import/{objectStorageConnectionId}/list
Resource responsible for handling REST API requests related to folders.
- Retrieve Folder
- Method: getPath:
[host-url]/dt-rest/v2/folders/{folderId}
Resource responsible for handling REST API requests related to jobs.
- Execute Job
- Method: postPath:
[host-url]/dt-rest/v2/jobs/submit - List Jobs
- Method: postPath:
[host-url]/dt-rest/v2/jobs - Retrieve Job
- Method: getPath:
[host-url]/dt-rest/v2/jobs/{jobId}
Resource responsible for handling REST API requests related to projects.
- List Data Flows
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/dataflows - List Data Loads
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/dataloads - List Folders
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/folders - List Jobs
- Method: postPath:
[host-url]/dt-rest/v2/projects/{projectId}/jobs - List Projects
- Method: getPath:
[host-url]/dt-rest/v2/projects - List Schedules
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/schedules - List Variables
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/variables - List Workflows
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}/workflows - Retrieve Project
- Method: getPath:
[host-url]/dt-rest/v2/projects/{projectId}
Resource responsible for handling REST API requests related to schedules.
- Create Schedule
- Method: postPath:
[host-url]/dt-rest/v2/schedules - List Schedules
- Method: getPath:
[host-url]/dt-rest/v2/schedules - Retrieve Schedule
- Method: getPath:
[host-url]/dt-rest/v2/schedules/{scheduleId}
Resource responsible for handling REST API requests related to variables.
- List Variables
- Method: getPath:
[host-url]/dt-rest/v2/variables - Retrieve Variable
- Method: getPath:
[host-url]/dt-rest/v2/variables/{variableId}
Resource responsible for handling REST API requests related to workflows.
- List Workflows
- Method: getPath:
[host-url]/dt-rest/v2/workflows - Retrieve Workflow
- Method: getPath:
[host-url]/dt-rest/v2/workflows/{workflowId}