Mount the cloud folder for the specified environment, and return information about it. This request returns the same information as MountAndFetchInfo with the addition of an indication whether the returned values for the cloud folder exist and are valid.
Request URL
GET https://use.cloudshare.com/API/v2/Env/MountAndFetchInfoExt?envId=<env>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
envId | Id of the environment. |
Response example
{ "data": { "host": "myftphostname", "isActionComplete": true, "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" }
If the value of the parameter isActionComplete is True then the remaining parameter values in the response are valid.