UpdateAutonomousContainerDatabaseDataguardAssociation
PUT {{baseUrl}}/autonomousContainerDatabases/:autonomousContainerDatabaseId/autonomousContainerDatabaseDataguardAssociations/:autonomousContainerDatabaseDataguardAssociationId
Update Autonomous Data Guard association.
Request Body
{"fastStartFailOverLagLimitInSeconds"=>"<integer>", "isAutomaticFailoverEnabled"=>"<boolean>", "protectionMode"=>"MAXIMUM_PERFORMANCE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
if-match | string | For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match | |
parameter to the value of the etag from a previous GET or POST response for that resource. The resource | |||
will be updated or deleted only if the etag you provide matches the resource's current etag value. | |||
opc-request-id | string | Unique identifier for the request. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","lifecycleState":"FAILED","autonomousContainerDatabaseId":"\u003cstring\u003e","role":"DISABLED_STANDBY","peerRole":"PRIMARY","applyLag":"\u003cstring\u003e","applyRate":"\u003cstring\u003e","fastStartFailOverLagLimitInSeconds":"\u003cinteger\u003e","isAutomaticFailoverEnabled":"\u003cboolean\u003e","lifecycleDetails":"\u003cstring\u003e","peerAutonomousContainerDatabaseDataguardAssociationId":"\u003cstring\u003e","peerAutonomousContainerDatabaseId":"\u003cstring\u003e","peerLifecycleState":"UPDATING","protectionMode":"MAXIMUM_AVAILABILITY","timeCreated":"\u003cdateTime\u003e","timeLastRoleChanged":"\u003cdateTime\u003e","timeLastSynced":"\u003cdateTime\u003e","transportLag":"\u003cstring\u003e"}