Get Cloud File System Details
DescriptionGet details for an individual cloud file system.
Request
URLURL
Path Parameters
Path Parameters
The identifier of the cloud file system.
Authentication
Response
Response BodyResponse Body
200 OK
OK. The request succeeded.
{
"capacity_gib": 0,
"id": "string",
"name": "string",
"recovery_sddc_id": "string",
"used_gib": 0
}
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.
Cloud file system unique identifier.
The cloud file system name.
The ID of the Recovery SDDC associated with this cloud file system.
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.
Errors
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 Cloud DR-specific error.
An error unique to VMware Cloud DR was encountered while attempting to satisfy the request. See the returned object for details on the error.
Code Samples
cURL Command
Vendor Extensions
x-vcdr-roles-config:
mutatorMethod: false
roles:
- DR_ADMIN
- DR_TESTER
- BACKUP_ADMIN
- SERVICE_ADMIN
- SDDC_ADMIN
- AUDITOR