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",
"capacity_gib": "number",
"used_gib": "number",
"recovery_sddc_id": "string"
}
Cloud file system unique identifier.
The cloud file system name.
The total physical storage capacity in gibibytes (GiB) of the individual cloud file system. The actual volume of data the cloud file system can contain is likely larger than this value.
The total amount of used storage capacity in GiB of an individual cloud file system. The actual volume of used storage for the cloud file system is likely larger than this value.
The ID of the Recovery SDDC associated with this 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.
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
]
}
A stack or error messages. The first element (top of the stack) is the broadest description of the failure.