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