Deprecation Notice for Backups and Restorations

Review the following notice about deprecated paths and endpoints for backup and restore operations.

The URL structure to use for accessing a REST resource is https://rest_server/resource_path, where rest_server is the REST server to contact for your identity domain or Cloud Account, and resource_path is the relative path that defines the REST endpoint. Review the following information about resource path deprecations.

Note: Deprecated resource paths continue to be supported for the near term. However, it is recommended that you migrate your applications to use the new paths at your earliest convenience to minimize any disruption in the future when the deprecated URL structures are no longer supported.

Endpoints Resource Paths

Backups and Restorations

Use the following paths:

/paas/api/v1.1/instancemgmt/identity_domain/services/jaas/instances/service_id/backupconfig/...

/paas/api/v1.1/instancemgmt/identity_domain/services/jaas/instances/service_id/backups/...

/paas/api/v1.1/instancemgmt/identity_domain/services/jaas/instances/service_id/deletedbackups/...

/paas/api/v1.1/instancemgmt/identity_domain/services/jaas/instances/service_id/restoredbackups/...

The following paths are deprecated. Do not use.

/paas/service/jcs/api/v1.1/instances/identity_domain/service_id/backupconfig/...

/paas/service/jcs/api/v1.1/instances/identity_domain/service_id/backups/...

/paas/service/jcs/api/v1.1/instances/identity_domain/service_id/deletedbackups/...

/paas/service/jcs/api/v1.1/instances/identity_domain/service_id/restoredbackups/...

Delete a Backup (Synchronous)

This DELETE endpoint is deprecated:

DELETE /paas/api/v1.1/instancemgmt/identity_domain/services/jaas/instances/service_id/backups/backup_id