ReferenceV1
Run Sync
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Request Body
application/json
dataset?|
dateFrom?|
dateTo?|
destTenantId?|
layer*string
maxBytes?integer
Default
1073741824maxFiles?integer
Default
1000orgSlug?|
tenantId?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/sync/run" \ -H "Content-Type: application/json" \ -d '{ "layer": "string" }'{
"bytesCopied": 0,
"durationSeconds": 0,
"errors": [
"string"
],
"filesCopied": 0,
"plan": {
"datasetFilter": "string",
"datasets": [
{}
],
"dateFrom": "2019-08-24",
"dateTo": "2019-08-24",
"destBucket": "string",
"destTenantId": "string",
"layer": "string",
"limitExceededReason": "string",
"sourceBucket": "string",
"sourceTenantId": "string",
"totalBytes": 0,
"totalFiles": 0,
"withinLimits": true
},
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}