Type Alias DiProjectsAPI

Index

Properties

clearCache: typeof clearCache

Clears the cache for di-projects api requests.

createDiProject: typeof createDiProject

Creates a new data integration project in the specified space.

an object with the body content

CreateDiProjectHttpError

exportDiProject: typeof exportDiProject

Exports the specified data integration project.

Identifier of the data project.

an object with the body content

ExportDiProjectHttpError

getDiProject: typeof getDiProject

Retrieves the status of an asynchronous operation.

Identifier of the action.

an object with query parameters

GetDiProjectHttpError

getDiProjectDiTask: typeof getDiProjectDiTask

Get a specific data task within a project.

Identifier of the data project.

Identifier of the data task.

GetDiProjectDiTaskHttpError

getDiProjectDiTaskRuntimeState: typeof getDiProjectDiTaskRuntimeState

Get the current runtime state of a data task

Identifier of the data project.

Identifier of the data task.

GetDiProjectDiTaskRuntimeStateHttpError

getDiProjectDiTaskRuntimeStateDatasets: typeof getDiProjectDiTaskRuntimeStateDatasets

Returns dataset-level runtime state for a data task

Identifier of the data project.

Identifier of the data task.

GetDiProjectDiTaskRuntimeStateDatasetsHttpError

getDiProjectDiTasks: typeof getDiProjectDiTasks

Lists data tasks within a given data integration project.

Identifier of the data project.

GetDiProjectDiTasksHttpError

getDiProjectExportVariables: typeof getDiProjectExportVariables

Retrieves the export variables for a specific data integration project.

Identifier of the data project.

an object with query parameters

GetDiProjectExportVariablesHttpError

getDiProjects: typeof getDiProjects

List data integration projects.

an object with query parameters

GetDiProjectsHttpError

importDiProject: typeof importDiProject

Imports a data integration project from a .zip file.

Identifier of the data project.

an object with the body content

ImportDiProjectHttpError

prepareDiProject: typeof prepareDiProject

Prepares the data integration project and its tasks for execution.

Identifier of the data project.

an object with the body content

PrepareDiProjectHttpError

prepareDiProjectDiTask: typeof prepareDiProjectDiTask

Prepares the specified data task for execution.

Identifier of the data project.

Identifier of the data task.

an object with the body content

PrepareDiProjectDiTaskHttpError

requestReloadDiProjectDiTask: typeof requestReloadDiProjectDiTask

Registers a request to reload the datasets associated with the specified data task. The reload does not occur immediately; it will take effect on the next scheduled or manual run of the task.

Identifier of the data project.

Identifier of the data task.

an object with the body content

RequestReloadDiProjectDiTaskHttpError

setDiProjectExportVariables: typeof setDiProjectExportVariables

Updates the export variables for a specific data integration project.

Identifier of the data project.

an object with the body content

SetDiProjectExportVariablesHttpError

startDiProjectDiTaskRuntime: typeof startDiProjectDiTaskRuntime

Start a data task on a data integration project.

Identifier of the data project.

Identifier of the data task.

StartDiProjectDiTaskRuntimeHttpError

startDiProjectDiTaskRuntimeWithBody: typeof startDiProjectDiTaskRuntimeWithBody

Start a data task on a data integration project.

Identifier of the data project.

Identifier of the data task.

an object with the body content

StartDiProjectDiTaskRuntimeWithBodyHttpError

stopDiProjectDiTaskRuntime: typeof stopDiProjectDiTaskRuntime

Stop a data task on a data integration project.

Identifier of the data project.

Identifier of the data task.

StopDiProjectDiTaskRuntimeHttpError

validateDiProject: typeof validateDiProject

Validates the data integration project and its tasks.

Identifier of the data project.

an object with the body content

ValidateDiProjectHttpError

validateDiProjectDiTask: typeof validateDiProjectDiTask

Validates the specified data task.

Identifier of the data project.

Identifier of the data task.

an object with the body content

ValidateDiProjectDiTaskHttpError