Get Protection Details

Get Protection Details

Endpoint to get Protection details for the database
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
/provider/databases/{dbUUID}/protection
COPY
Path Parameters
string
dbUUID
Required

ID of the database


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProtectionViewModel of type(s) application/vnd.vmware.dms-v1+json
{
    "protectionId": "string",
    "localStorage": {
        "id": "string",
        "name": "string",
        "type": "string"
    },
    "cloudStorage": {
        "id": "string",
        "name": "string",
        "type": "string"
    },
    "s3Path": "string",
    "serviceInstanceName": "string",
    "active": "boolean"
}
string As uuid As uuid
protectionId
Optional

protectionId

localStorage
Optional

localStorage

cloudStorage
Optional

cloudStorage

string
s3Path
Optional

s3Path

string
serviceInstanceName
Optional

serviceInstanceName

boolean
active
Optional

active


400

Bad Request

Operation doesn't return any data structure