Skip to main content

Job

/api/Job/Job

Get

Summary:

Returns all the Job according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The JobGroup list.List of Job

Post

Summary:

Creates a Job.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the JobGroup creation.JobCreatedResult

/api/Job/Job/{id}

Get

Summary:

Returns a Job corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Job.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The JobGroup.Job

Put

Summary:

Updates a Job.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Job to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Job update.JobUpdatedResult

Delete

Summary:

Deletes a Job.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Job to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Job delete.JobDeletedResult

/api/Job/Job/Notification

Put

Summary:

Send Job Notification.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the job notification.SendJobNotificationResult

/api/Job/JobInstance

Get

Summary:

Returns all the job instance according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The job instance list.List of JobInstance

Post

Summary:

Creates a job instance.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the job instance creation.JobInstanceCreatedResult

/api/Job/JobInstance/{id}

Get

Summary:

Returns a job instance corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the job instance.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The job instance.JobInstance

Put

Summary:

Updates a job instance.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the job instance to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the job instance update.JobInstanceUpdatedResult

Delete

Summary:

Deletes a job instance.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the job instance to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the job instance delete.JobInstanceDeletedResult

/api/Job/JobStep

Get

Summary:

Returns all the JobSteps according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The JobStep list.List of JobStep

Post

Summary:

Creates a JobStep.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the JobStep creation.JobStepCreatedResult

/api/Job/JobStep/{id}

Get

Summary:

Returns a JobStep corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the JobStep.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The JobStep.JobStep

Put

Summary:

Updates a JobStep.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of JobStep to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the JobStep update.JobStepUpdatedResult

Delete

Summary:

Deletes a JobStep.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the JobStep to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the JobStep delete.JobStepDeletedResult

/api/Job/Task

Get

Summary:

Returns all the Tasks according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The job list.List of JTask

Post

Summary:

Creates a Task.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Task creation.TaskCreatedResult

/api/Job/Task/{id}

Get

Summary:

Returns a Task corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Task.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The Task.JTask

Put

Summary:

Updates a Task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Task to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Task update.TaskUpdatedResult

Delete

Summary:

Deletes a Task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Task to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Task delete.TaskDeletedResult

/api/Job/TaskDependOnTask

Get

Summary:

Returns all the DependOnTask's task according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The DependOnTask's task list.List of TaskDependOnTask

Post

Summary:

Creates a DependOnTask's task.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the DependOnTask's task creation.TaskDependOnTaskCreatedResult

/api/Job/TaskDependOnTask/{id}

Get

Summary:

Returns a DependOnTask's task corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the DependOnTask's task.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The DependOnTask's task.TaskDependOnTask

Put

Summary:

Updates a DependOnTask's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the DependOnTask's task to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the DependOnTask's task update.TaskDependOnTaskUpdatedResult

Delete

Summary:

Deletes a DependOnTask's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the DependOnTask's task to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the DependOnTask's task delete.TaskDependOnTaskDeletedResult

/api/Job/TaskDimension

Get

Summary:

Returns all the Dimension's task according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The single role list.List of TaskDimension

Post

Summary:

Creates a Dimension's task.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Dimension's task creation.TaskDimensionCreatedResult

/api/Job/TaskDimension/{id}

Get

Summary:

Returns a Dimension's task corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Dimension's task.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The Dimension's task.TaskDimension

Put

Summary:

Updates a Dimension's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Dimension's task to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Dimension's task update.TaskDimensionUpdatedResult

Delete

Summary:

Deletes a Dimension's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the Dimension's task to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the Dimension's task delete.TaskDimensionDeletedResult

/api/Job/TaskEntityType

Get

Summary:

Returns all the EntityType's task according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The EntityType's task list.List of TaskEntityType

Post

Summary:

Creates a EntityType's task.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the EntityType's task creation.TaskEntityTypeCreatedResult

/api/Job/TaskEntityType/{id}

Get

Summary:

Returns a EntityType's task corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the EntityType's task.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The EntityType's task.TaskEntityType

Put

Summary:

Updates a EntityType's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the EntityType's task to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the EntityType's task update.TaskEntityTypeUpdatedResult

Delete

Summary:

Deletes a EntityType's task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the EntityType's task to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the EntityType's task delete.TaskEntityTypeDeletedResult

/api/Job/TaskInstance

Get

Summary:

Returns all the task instance according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The task instance list.List of TaskInstance

Post

Summary:

Creates a task instance.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the task instance creation.TaskInstanceCreatedResult

/api/Job/TaskInstance/{id}

Get

Summary:

Returns a task instance corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the task instance.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The task instance.TaskInstance

Put

Summary:

Updates a task instance.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the task instance to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the task instance update.TaskInstanceUpdatedResult

Delete

Summary:

Deletes a task instance.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the task instance to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the task instance delete.TaskInstanceDeletedResult

/api/Job/TaskResourceType

Get

Summary:

Returns all the ResourceType's Task according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
PageSizePage size.False
ContinuationTokenContinuationToken returned by previous page request.False
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The ResourceType's Task list.List of TaskResourceType

Post

Summary:

Creates a ResourceType's Task.

Parameters:
NameDescriptionRequiredTypeReference
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the ResourceType's Task creation.TaskResourceTypeCreatedResult

/api/Job/TaskResourceType/{id}

Get

Summary:

Returns a ResourceType's Task corresponding to the provided identifier and its information according to the provided query.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the ResourceType's Task.True
squeryQuery compliant to the API query grammar.False
PathRepresents the permission path.False
QueryRootEntityTypeDefines the query root entity type.False
QueryBindingDefines the query binding.False
ApplyPostConditionIf true, use PostCondition access control rules.False
AllowedAllJoinQueryFalse
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The ResourceType's Task.TaskResourceType

Put

Summary:

Updates a ResourceType's Task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the ResourceType's Task to update.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the ResourceType's Task update.TaskResourceTypeUpdatedResult

Delete

Summary:

Deletes a ResourceType's Task.

Parameters:
NameDescriptionRequiredTypeReference
idIdentifier of the ResourceType's Task to delete.True
api-versionThe requested API versionTrue
Responses:
CodeDescriptionReference
200The result of the ResourceType's Task delete.TaskResourceTypeDeletedResult