All REST Endpoints

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