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
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
{"associatedDatabases":[{"dbName":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"dbName":"\u003cstring\u003e","id":"\u003cstring\u003e"}],"compartmentId":"\u003cstring\u003e","connectionString":"\u003cstring\u003e","definedTags":{"adipisicing9c7":{"deserunt4b":{}},"ea_07_":{"cillum_3":{}}},"displayName":"\u003cstring\u003e","freeformTags":{"proident33":"\u003cstring\u003e","exercitation5":"\u003cstring\u003e"},"id":"\u003cstring\u003e","lifecycleDetails":"\u003cstring\u003e","lifecycleState":"DELETED","localMountPointPath":"\u003cstring\u003e","nfsMountType":"SELF_MOUNT","nfsServer":["\u003cstring\u003e"],"nfsServerExport":"\u003cstring\u003e","timeCreated":"\u003cdateTime\u003e","type":"RECOVERY_APPLIANCE","vpcUsers":["\u003cstring\u003e","\u003cstring\u003e"]}