Convert, enable, disable, or set the role of a database

put

/database/dataguard/databases/{database}

Depending on the operation type, the endpoint will convert to physical, convert to snapshot, enable, disable, set as failover, set as switchover, or set as reinstate a database. A client requires SQL Administrator role to invoke this service.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Root Schema : DatabaseDataguardDatabasesRequest1
Type: object
Title: DatabaseDataguardDatabasesRequest1
Show Source
Nested Schema : operation
Type: object
Match All
Show Source
  • Title: Operation1
    Allowed Values: [ "CONVERT_TO_PHYSICAL", "CONVERT_TO_SNAPSHOT", "ENABLE", "DISABLE", "FAILOVER", "SWITCHOVER", "REINSTATE" ]
    CONVERT, ENABLE or DISABLE, SET ROLE
  • Default Value: ENABLE
    CONVERT, ENABLE or DISABLE, SET ROLE
Back to Top

Response

Supported Media Types

201 Response

Data Guard status
Headers

400 Response

Data Guard Bad Request
Headers
Body ()
Root Schema : schema
Default Value:
Back to Top