List Boot Volume Backups
get
/20160918/bootVolumeBackups
List the boot volume backups in the specified compartment. You can filter the results by boot volume.
Request
Supported Media Types
- application/json
Query Parameters
-
bootVolumeId: string
The OCID of the boot volume.
-
compartmentId(required): string
Minimum Length:
1Maximum Length:255The OCID of the compartment. -
displayName: string
Minimum Length:
1Maximum Length:255A filter to return only resources that match the entire display name given. -
lifecycleState: string
A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
-
limit: integer
Minimum Value:
1Maximum Value:1000For list pagination. The maximum number of results per page, or items to return in a paginated List call. 1 is the minimum, 1000 is the maximum.Default Value:100 -
page: string
Minimum Length:
1Maximum Length:512For list pagination. The value of the opc-next-page response header from the previous List call.Default Value:0 -
sortBy: string
The optional field to sort the results by.Allowed Values:
[ "TIMECREATED", "NAME" ] -
sortOrder: string
The sort order to use, either ascending (ASC) or descending (DESC).Default Value:
ASCAllowed Values:[ "ASC", "DESC" ] -
sourceBootVolumeBackupId: string
Minimum Length:
1Maximum Length:255A filter to return only resources that originated from the given source boot volume backup.
Response
Supported Media Types
- application/json
200 Response
The list is being retrieved.
Headers
-
opc-next-page: string
For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see [List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).
-
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 : schema
Type:
Show Source
array-
Array of:
object BootVolumeBackup
A point-in-time copy of a boot volume that can then be used to create a new boot volume or recover a boot volume. Avoid using confidential information when you supply string values using the API.
Nested Schema : BootVolumeBackup
Type:
objectA point-in-time copy of a boot volume that can then be used to create a new boot volume or recover a boot volume. Avoid using confidential information when you supply string values using the API.
Show Source
-
backupProgress:
integer
Minimum Value:
0Maximum Value:100The percentage complete of the operation to create the boot volume backup, based on the boot volume backup size. -
bootVolumeId:
string
Minimum Length:
1Maximum Length:255The OCID of the boot volume. -
compartmentId(required):
string
Minimum Length:
1Maximum Length:255The OCID of the compartment that contains the boot volume backup. -
definedTags:
object definedTags
Additional Properties Allowed: additionalPropertiesDefined tags for this resource. Each key is predefined and scoped to a namespace.
-
displayName(required):
string
Minimum Length:
1Maximum Length:255A user-friendly name. Does not need to be unique, and it is changeable. Avoid entering confidential information. -
expirationTime:
string(date-time)
The date and time the volume backup will expire and be automatically deleted. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). This parameter will always be present for backups that were created automatically by a scheduled-backup policy. For manually created backups, it will be absent, signifying that there is no expiration time and the backup will last forever until manually deleted.
-
freeformTags:
object freeformTags
Additional Properties Allowed: additionalPropertiesFree-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Example: {"Department": "Finance"}
-
id(required):
string
Minimum Length:
1Maximum Length:255The OCID of the boot volume backup. -
imageId:
string
Minimum Length:
1Maximum Length:255The image OCID used to create the boot volume the backup is taken from. -
kmsKeyId:
string
Minimum Length:
1Maximum Length:255The OCID of the Key Management master encryption assigned to the boot volume backup. -
lifecycleState(required):
string
Allowed Values:
[ "CREATING", "AVAILABLE", "TERMINATING", "TERMINATED", "FAULTY", "REQUEST_RECEIVED" ]The current state of a boot volume backup. -
sizeInGBs:
integer(int64)
Minimum Value:
1Maximum Value:16384The size of the boot volume, in GBs. -
sourceBootVolumeBackupId:
string
Minimum Length:
1Maximum Length:255The OCID of the source boot volume backup. -
sourceType:
string
Allowed Values:
[ "MANUAL", "SCHEDULED" ]Specifies whether the backup was created manually, or via scheduled backup policy. -
systemTags:
object systemTags
Additional Properties Allowed: additionalPropertiesSystem tags for this resource. Each key is predefined and scoped to a namespace.
-
timeCreated(required):
string(date-time)
The date and time the boot volume backup was created. This is the time the actual point-in-time image of the volume data was taken. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
-
timeRequestReceived:
string(date-time)
The date and time the request to create the boot volume backup was received. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
-
type:
string
Allowed Values:
[ "FULL", "INCREMENTAL" ]The type of a volume backup. -
uniqueSizeInGBs:
integer(int64)
Minimum Value:
0Maximum Value:16384The size used by the backup, in GBs. It is typically smaller than sizeInGBs, depending on the space consumed on the boot volume and whether the backup is full or incremental.
Nested Schema : definedTags
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
Additional Properties Allowed: additionalPropertiesKey-value pair representing a defined tag key and value, scoped to a namespace. Example: `{"CostCenter": "42"}`
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Nested Schema : freeformTags
Type:
objectAdditional Properties Allowed
Show Source
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. Example: {"Department": "Finance"}
Nested Schema : systemTags
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
Additional Properties Allowed: additionalPropertiesKey-value pair representing a defined tag key and value, scoped to a namespace. Example: `{"CostCenter": "42"}`
System tags for this resource. Each key is predefined and scoped to a namespace.
Nested Schema : additionalProperties
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
The value of the tag. Only the String type is supported.
Key-value pair representing a defined tag key and value, scoped to a namespace. Example: `{"CostCenter": "42"}`
Nested Schema : additionalProperties
Type:
objectThe value of the tag. Only the String type is supported.
Nested Schema : additionalProperties
Type:
objectAdditional Properties Allowed
Show Source
-
object additionalProperties
The value of the tag. Only the String type is supported.
Key-value pair representing a defined tag key and value, scoped to a namespace. Example: `{"CostCenter": "42"}`
Nested Schema : additionalProperties
Type:
objectThe value of the tag. Only the String type is supported.
400 Response
Bad Request
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:
objectThe 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.
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:
objectThe 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:
objectThe 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:
objectThe 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.
Default Response
An error has occurred.
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:
objectThe 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.