Enable or disable a configuration

put

/database/dataguard/configuration/

Depending on the operation property, the endpoint will enable or disable a configuration. A client requires SQL Administrator role to invoke this service.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Default Value: ENABLE
    Allowed Values: [ "ENABLE", "DISABLE" ]
    ENABLE, DISABLE
Examples

Back to Top

Response

Supported Media Types

200 Response

Data Guard status
Headers

400 Response

Data Guard Bad Request
Headers
Body ()
Root Schema : ErrorObject
Type: object
Show Source
Back to Top