List Protected Databases

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases

Get protected databases on a Recovery Appliance.

Request

Path Parameters
Query Parameters
  • Minimum Value: 1
    Maximum Value: 2000
    to limit the number of rows returned. If the result set is greater follow the previous and next links in the results.
    Example:
    20
  • Retrieve only protected database names.
  • system generated page token used in the self, next and previous links.
Header Parameters
  • Recovery Appliance Administrator Credentials. The format must be NAMED: (e.g. NAMED:ORSADMIN) or PREFERRED: (e.g. PREFERRED:PREF_ORSADMIN). If no value is specified, the system will use preferred credentials.
    Example:
    NAMED:ORSADMIN

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : ProtectedDatabaseSummary
Type: object
Collection of protected database objects.
Show Source
Match All
Show Source
Nested Schema : items
Type: array
List of protected database objects.
Show Source
Nested Schema : CommonProperties
Type: object
Collection of summary objects.
Show Source
Nested Schema : ProtectedDatabaseSummary-allOf[1]
Type: object
Nested Schema : ProtectedDatabase
Type: object
Protected database properties.
Show Source
Match All
Show Source
Nested Schema : ProtectedDatabase-allOf[1]
Type: object

400 Response

Bad Request
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

403 Response

Forbidden
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found
Body ()
Root Schema : CommonErrorResponse
Type: object
Common Error response.
Show Source
Match All
Show Source
Nested Schema : errors
Type: array
List of errors and their details.
Show Source
Nested Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error. Exception in execution of REST API.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable. The server is unable to process the request.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top