/
Creating Jobs Using REST API
Creating Jobs Using REST API
This page provides a sample of the commonly configured features. Documentation for all features configured below can be found on the following pages.
{
"name":"Job: All Features",
"kind": "transfer",
"transfer": {
"transfer_type": "copy",
"audit_level": "trace",
"batch_mode": "always",
"conflict_resolution": "latest",
"delete_propagation": "ignore_both",
"failure_policy": "continue",
"large_item": "skip",
"lock_propagation": "ignore",
"max_items_per_container": 10000,
"performance": {
"parallel_writes": {
"requested": 2
}
},
"permissions": {
"policy": "add",
"links": true,
"failures": "exceptions"
},
"preserve_owners": true,
"timestamps": true,
"empty_containers": "create",
"duplicate_names": "rename",
"item_overwrite": "overwrite",
"restricted_content": "convert",
"segment_transform": true,
"versioning": {
"preserve": "native",
"select": "all"
},
"group_map": {
"id": "{{group_map_id}}",
"type": "group_map"
},
"account_map": {
"id": "{{account_map_id}}",
"type": "account_map"
},
"filter":{
"source":[
{
"action":"exclude",
"rules":[
{
"type":"filter_shared"
}
],
"type":"filter_rule"
}
],
"destination":[
{
"action":"exclude",
"rules":[
{
"type":"filter_shared"
}
],
"type":"filter_rule"
}
]
},
"source": {
"connection": { "id": "{{cloud_connection_source}}" },
"impersonate_as": { "email": "jsmith@company.com" },
"target": {
"path": "/sourcePath"
}
},
"destination": {
"connection": { "id": "{{cloud_connection_destination}}" },
"impersonate_as": { "email": "bsmith@company.com" },
"target": {
"path": "/destinationPath"
}
},
"simulation_mode": false
},
"schedule": {
"mode": "manual"
},
"stop_policy": {
"on_success": 5,
"on_failure": 5,
"on_execute": 25
},
"category": {
"name": "Report | Category Title"
}
}
, multiple selections available,
Related content
Creating a Job Report Using REST API
Creating a Job Report Using REST API
More like this
Job Behaviors Available Through REST API
Job Behaviors Available Through REST API
More like this
Job Policies Available Through REST API
Job Policies Available Through REST API
More like this
Job Policies (REST API)
Job Policies (REST API)
More like this
REST API Transfer Job Configuration Options
REST API Transfer Job Configuration Options
More like this
Transfer Job Configuration Options Using REST API
Transfer Job Configuration Options Using REST API
More like this