cURL
curl --request POST \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/drives/mount \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "driveName": "<string>", "mountPath": "<string>", "drivePath": "<string>" } '
{ "driveName": "<string>", "drivePath": "<string>", "message": "<string>", "mountPath": "<string>", "success": true }
Mounts an agent drive using the blfs binary to a local path, optionally mounting a subpath within the drive
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Drive attachment parameters
Optional, defaults to "/"
OK
Was this page helpful?
Contact support