Mount the cloud folder and return information about it.
Request URL
GET https://use.cloudshare.com/API/v2/Env/MountAndFetchInfo?envId=<env>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
| envId | Id of the environment. |
Response example
{
"data": {
"host": "myftphostname",
"linuxFolder": "/cloudfolders/My-Cloud-Folder--023107-",
"mounted_folder_token": "B2DE3A4F6M",
"password": "imUp231oHAT1",
"private_folder_name": "My Cloud Folder (023107)",
"quota_in_use_gb": null,
"total_quota_gb": "30",
"uri": "ftp://user%40cldsr.com:iWEfdgHAT1@myftphostname/",
"user": "user@cloudshare.com",
"windowsFolder": "\\\\99.00.00.00\\cloudfolders\\access\\B2DE3A4F6M\\My-Cloud-Folder--023107-"
},
"remaining_api_calls": 100000,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}