Syncplicity Support

Search our knowledgebase to get the help you need, today

Follow

List all jobs, filter and manage

The DataHub Platform jobs grid displays all jobs created and the ability to search, filter and perform bulk operations for many jobs at the same time. 

REST API - List All Jobs

List All Jobs

1

GET {{url}}v1/jobs?fields=category&limit=1000

List All Simulation Jobs

1

GET {{url}}v1/jobs?simulation_mode=true

List all child jobs for a given convention job

1

GET {{url}}v1/jobs?parent_job={{job}}

Change Column Options

Last run and Job status are the default columns displayed on the jobs grid. Select either to column to view other available options

Additional column descriptions:

Column name

Description

Status dataSum of latest version sizes of items with selected status during transfer job
Status data (all versions)Sum of all version sizes of items with selected status during transfer job
Status itemsNumber of files and folders with selected status during transfer job
Transfer ratePrevious or current job's execution transfer rate in bytes per second. Only counts file data payload.

Filter Jobs Grid

The jobs grid displays 15 jobs at a time with a paging option. To navigate to a specific job quickly, the filter and search options should be leveraged. 

REST API - List All Jobs by Filter

List All Jobs By Category

1

GET {{url}}v1/jobs?job_category_id={{id}}

List All Jobs By Job Type

1
2
3
4
5
6
7

GET {{url}}v1/jobs?kind=personal_drive
 
Options include:
transfer 
personal_drive 
folder_mapping
system

List All Jobs By Source Platform

1
2
3
4
5
6

GET {{url}}v1/jobs?sources={{platform name}}
 
Options include:
 
box, office365, onedrive-business, sharepoint, dfb, fs, nfs, onedrive, box-service, dropbox
google-suite, google-teams, google-drive, azure-blob, syncplicity, amazon-s3, sharefile, sharefile-shared, egnyte

List All Jobs By Destination Platform

1
2
3
4
5
6

GET {{url}}v1/jobs?destinations={{platform name}}
 
Options include:
 
box, office365, onedrive-business, sharepoint, dfb, fs, nfs, onedrive, box-service, dropbox
google-suite, google-teams, google-drive, azure-blob, syncplicity, amazon-s3, sharefile, sharefile-shared, egnyte

List All Jobs By Category

1
2
3
4
5
6
7
8
9

GET {{url}}v1/jobs?transfer_type=sync
 
Options include:
copy 
sync  
move 
migrate 
publish 
taxonomy

Bulk Operations - Manage Multiple Jobs

By selecting more than one job, options to manage the schedules and run/pause many jobs will be enabled in the DataHub user-interface. When adding multiple job status filters, the grid will display jobs that match any of the selected statuses.

Powered by Zendesk