Boot Volumes REST Endpoints
Block Storage/Boot Volumes
The operations from the Block Storage/Boot Volumes category.
- Change a Boot Volume Backup Compartment
- Method: postPath:
/20160918/bootVolumeBackups/{boot_volume_backup_id}/actions/changeCompartment - Change a Boot Volume Compartment
- Method: postPath:
/20160918/bootVolumes/{boot_volume_id}/actions/changeCompartment - Create a Boot Volume
- Method: postPath:
/20160918/bootVolumes - Create a Boot Volume Backup
- Method: postPath:
/20160918/bootVolumeBackups - Delete a Boot Volume
- Method: deletePath:
/20160918/bootVolumes/{boot_volume_id} - Delete a Boot Volume Backup
- Method: deletePath:
/20160918/bootVolumeBackups/{boot_volume_backup_id} - Get a Boot Volume
- Method: getPath:
/20160918/bootVolumes/{boot_volume_id} - Get a Boot Volume Backup
- Method: getPath:
/20160918/bootVolumeBackups/{boot_volume_backup_id} - List Boot Volume Backups
- Method: getPath:
/20160918/bootVolumeBackups - List Boot Volumes
- Method: getPath:
/20160918/bootVolumes - Update a Boot Volume
- Method: putPath:
/20160918/bootVolumes/{boot_volume_id} - Update a Boot Volume Backup
- Method: putPath:
/20160918/bootVolumeBackups/{boot_volume_backup_id}