List Backups

You can list available backup snapshots archived by Oracle in the Oracle Object storage Cloud.

You can then restore available backup snapshots (copy them to the environment), To restore backup snapshots, see Restore Backups. After copying the backup, you can archive it or use it to restore the current environment by yourself. With the List Backups and Restore Backup APIs, you do not have to create a service request to request a backup from an environment.

This API is version v2.

Required Roles

Service Administrator

Power User assigned to the Migration Administrator Profitability and Cost Management application role

REST Resource

GET /interop/rest/v2/backups/list

Note:

Before using the REST resources, you must understand how to access the REST resources and other important concepts. See Implementation Best Practices for Cloud EPM REST APIs. Using this REST API requires prerequisites. See Prerequisites.

Response

Supported Media Types: application/json

Table 9-117 Parameters

Attribute Description
details

Published in case of errors with the error string

status See Migration Status Codes
links Detailed information about the link
href Links to API call
action The HTTP call type
rel Possible value: self
intermittentStatus Stats of each step perormed; can be polled regularly from the job status URL

Example of Response Body

The following shows an example of the response body in JSON format.

{
	"details": null,
	"links": [{
		"href": "https://<BASE-URL>/interop/rest/v2/backups/list",
		"rel": "self",
		"data": null,
		"action": "GET"
	}],
	"status": 0,
	"items": ["2022-02-16T05:49:15/Artifact_Snapshot.zip", "2022-02-18T05:44:54/Artifact_Snapshot.zip"]
}
Common Functions