Boot Volumes REST Endpoints

Block Storage/Boot Volumes
The operations from the Block Storage/Boot Volumes category.
Change a Boot Volume Backup Compartment
Method: post
Path: /20160918/bootVolumeBackups/{boot_volume_backup_id}/actions/changeCompartment
Change a Boot Volume Compartment
Method: post
Path: /20160918/bootVolumes/{boot_volume_id}/actions/changeCompartment
Create a Boot Volume
Method: post
Path: /20160918/bootVolumes
Create a Boot Volume Backup
Method: post
Path: /20160918/bootVolumeBackups
Delete a Boot Volume
Method: delete
Path: /20160918/bootVolumes/{boot_volume_id}
Delete a Boot Volume Backup
Method: delete
Path: /20160918/bootVolumeBackups/{boot_volume_backup_id}
Get a Boot Volume
Method: get
Path: /20160918/bootVolumes/{boot_volume_id}
Get a Boot Volume Backup
Method: get
Path: /20160918/bootVolumeBackups/{boot_volume_backup_id}
List Boot Volume Backups
Method: get
Path: /20160918/bootVolumeBackups
List Boot Volumes
Method: get
Path: /20160918/bootVolumes
Update a Boot Volume
Method: put
Path: /20160918/bootVolumes/{boot_volume_id}
Update a Boot Volume Backup
Method: put
Path: /20160918/bootVolumeBackups/{boot_volume_backup_id}