v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13154167.5 KB
projects

Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.

post/v1/{+parent}:scheduleRuns

Path parameters

parentstring required

Required. Transfer configuration name. If you are using the regionless method, the location must be US and the name should be in the following form: * projects/{project_id}/transferConfigs/{config_id} If you are using the regionalized method, the name should be in the following form: * projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}

Request body

startTimestring google-datetime

Required. Start time of the range of transfer runs. For example, "2017-05-25T00:00:00+00:00".

endTimestring google-datetime

Required. End time of the range of transfer runs. For example, "2017-05-30T00:00:00+00:00".

Response

Successful response