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: postPath:
/database/dataguard/configuration/ - Add a database
 - Method: postPath:
/database/dataguard/databases/ - Alter a configuration property
 - Method: putPath:
/database/dataguard/configuration/properties/{property} - Convert, enable, disable, or set the role of a database
 - Method: putPath:
/database/dataguard/databases/{database} - Delete the current database from the broker
 - Method: deletePath:
/database/dataguard/databases/{database} - Delete the Data Guard instance
 - Method: deletePath:
/database/dataguard/databases/{database}/instances/{instance} - Enable or disable a configuration
 - Method: putPath:
/database/dataguard/configuration/ - Get a database Data Guard property
 - Method: getPath:
/database/dataguard/databases/{database}/properties/{property} - Get the current broker configuration
 - Method: getPath:
/database/dataguard/configuration/ - Get the current broker configuration database
 - Method: getPath:
/database/dataguard/databases/{database} - Get the current broker configuration databases
 - Method: getPath:
/database/dataguard/databases/ - Get the current broker configuration properties
 - Method: getPath:
/database/dataguard/configuration/properties/ - Get the current broker database instances information
 - Method: getPath:
/database/dataguard/databases/{database}/instances/ - Get the database Data Guard properties
 - Method: getPath:
/database/dataguard/databases/{database}/properties/ - Get the specified broker configuration property
 - Method: getPath:
/database/dataguard/configuration/properties/{property} - Remove the configuration
 - Method: deletePath:
/database/dataguard/configuration/ - Set the value of a database Data Guard property
 - Method: putPath:
/database/dataguard/databases/{database}/properties/{property}