Data Guard REST Endpoints

Data Guard
Services related to Oracle Data Guard. The product must be installed in the Oracle database that ORDS is configured to use.
Add a configuration
Method: post
Path: /database/dataguard/configuration/
Add a database
Method: post
Path: /database/dataguard/databases/
Alter a configuration property
Method: put
Path: /database/dataguard/configuration/properties/{property}
Convert, enable, disable, or set the role of a database
Method: put
Path: /database/dataguard/databases/{database}
Delete the current database from the broker
Method: delete
Path: /database/dataguard/databases/{database}
Delete the Data Guard instance
Method: delete
Path: /database/dataguard/databases/{database}/instances/{instance}
Enable or disable a configuration
Method: put
Path: /database/dataguard/configuration/
Get a database Data Guard property
Method: get
Path: /database/dataguard/databases/{database}/properties/{property}
Get the current broker configuration
Method: get
Path: /database/dataguard/configuration/
Get the current broker configuration database
Method: get
Path: /database/dataguard/databases/{database}
Get the current broker configuration databases
Method: get
Path: /database/dataguard/databases/
Get the current broker configuration properties
Method: get
Path: /database/dataguard/configuration/properties/
Get the current broker database instances information
Method: get
Path: /database/dataguard/databases/{database}/instances/
Get the database Data Guard properties
Method: get
Path: /database/dataguard/databases/{database}/properties/
Get the specified broker configuration property
Method: get
Path: /database/dataguard/configuration/properties/{property}
Remove the configuration
Method: delete
Path: /database/dataguard/configuration/
Set the value of a database Data Guard property
Method: put
Path: /database/dataguard/databases/{database}/properties/{property}