Get Cloud File Systems
Get a list of all deployed cloud file systems in your VMware Cloud DR organization.
OK. The request succeeded.
{
"cloud_file_systems": [
{
"id": "string",
"name": "string"
}
]
}
An array of summary information about cloud file systems.
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.
{
"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.