Get Cloud File System Details
Get details for an individual cloud file system.
The identifier of the cloud file system.
OK. The request succeeded.
{
"id": "string",
"name": "string",
"size_tib": "number",
"recovery_sddc_id": "string",
"live_vms_number": 0,
"vm_snapshot_count": 0
}
Cloud file system unique identifier.
The cloud file system name.
The total amount of logical storage capacity used by an individual cloud file system.
The ID of the Recovery SDDC associated with this cloud file system.
The number of live VMs for this cloud file system.
Number of virtual machine snapshots in the scalable cloud file system.
Bad request. The server could not understand the request.
Unauthorized. The client has not authenticated.
Forbidden. The client is not authorized.
Not found. The server cannot find the specified resource.
VMware Live Cyber Recovery-specific error.
An error unique to VMware Live Cyber Recovery was encountered while attempting to satisfy the request. See the returned object for details on the error.
"Error Object"
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.
curl -H 'Authorization: <value>' https://{api_host}/api/vcdr/v1/cloud-file-systems/{id}