Updates the specified backup destination.

PUT {{baseUrl}}/backupDestinations/:backupDestinationId

If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users. - For an NFS backup destination, updates the NFS location.

Request Body

{"connectionString"=>"<string>", "freeformTags"=>{"Duis3"=>"<string>", "nisi_2"=>"<string>"}, "localMountPointPath"=>"<string>", "nfsMountType"=>"AUTOMATED_MOUNT", "nfsServer"=>["<string>"], "nfsServerExport"=>"<string>", "vpcUsers"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
if-matchstringFor 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-idstringUnique identifier for the request.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;associatedDatabases&quot;:[{&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;},{&quot;dbName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}],&quot;compartmentId&quot;:&quot;\u003cstring\u003e&quot;,&quot;connectionString&quot;:&quot;\u003cstring\u003e&quot;,&quot;definedTags&quot;:{&quot;adipisicing9c7&quot;:{&quot;deserunt4b&quot;:{}},&quot;ea_07_&quot;:{&quot;cillum_3&quot;:{}}},&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;freeformTags&quot;:{&quot;proident33&quot;:&quot;\u003cstring\u003e&quot;,&quot;exercitation5&quot;:&quot;\u003cstring\u003e&quot;},&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleDetails&quot;:&quot;\u003cstring\u003e&quot;,&quot;lifecycleState&quot;:&quot;DELETED&quot;,&quot;localMountPointPath&quot;:&quot;\u003cstring\u003e&quot;,&quot;nfsMountType&quot;:&quot;SELF_MOUNT&quot;,&quot;nfsServer&quot;:[&quot;\u003cstring\u003e&quot;],&quot;nfsServerExport&quot;:&quot;\u003cstring\u003e&quot;,&quot;timeCreated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;type&quot;:&quot;RECOVERY_APPLIANCE&quot;,&quot;vpcUsers&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}