- https://api.treasuredata.com/v3https://api.treasuredata.com/v3/bulk_import/freeze/{bulk_import_name}
- https://api.treasuredata.co.jp/v3https://api.treasuredata.co.jp/v3/bulk_import/freeze/{bulk_import_name}
- https://api.ap02.treasuredata.com/v3https://api.ap02.treasuredata.com/v3/bulk_import/freeze/{bulk_import_name}
- https://api.eu01.treasuredata.com/v3https://api.eu01.treasuredata.com/v3/bulk_import/freeze/{bulk_import_name}
curl -i -X POST \
'https://api.treasuredata.com/v3/bulk_import/freeze/{bulk_import_name}' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Response
{ "bulk_import": "string", "name": "string", "job_id": 19 }