Get Protected Site Details
Get details about an individual protected site.
Unique identifier of an individual cloud file system. Use the cloud file system ID of the cloud file system for which you want to get a list of all protected sites.
The unique identifier of the individual protected site for which you want to get details.
OK. The request succeeded.
{
"id": "string",
"name": "string",
"type": "string"
}
The identifier of the protected site.
Name of the protected site.
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.