Get an Instance Backup
get
/20160918/instanceBackups/{instance_backup_id}
Get the specified instance backup's information.
Request
Supported Media Types
- application/json
Path Parameters
-
instanceBackupId(required): string
The OCID of the instance backup.
Response
Supported Media Types
- application/json
200 Response
The instance backup was retrieved.
Headers
-
etag: string
For optimistic concurrency control. See `if-match`.
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : InstanceBackup
Type:
Show Source
object
-
bootVolumeId:
string
The OCID of the boot volume of the backed up instance.
-
bucketName:
integer
The bucket name in the object store to where the backup has been exported
-
destinationType:
string
The destination type to where the backup has been exported, either objectStorageTuple or objectStorageUri.
-
id:
string
The OCID of the instance backup.
-
imageId:
string
The OCID of the source image of the backed up instance.
-
instanceId:
string
The OCID of the instance which has been backed up.
-
lifecycleState:
integer
The lifecycle state of the instance backup object.
-
namespaceName:
string
The namespace in the object store to where the backup has been exported.
-
volumeIds:
object volumeIds
The OCIDs of the attached block volumes of the backed up instance.
Nested Schema : volumeIds
Type:
object
The OCIDs of the attached block volumes of the backed up instance.
401 Response
Unauthorized
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
404 Response
Not Found
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
500 Response
Internal Server Error
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.