Enable Storage Related Services for CloudBoot Compute Resources

If the storage-related services are enabled in System Configuration for the entire cloud, they are enabled for CloudBoot compute resources by default. You might want to enable the storage-related services for a CloudBoot compute resource in case they were earlier disabled.


To enable the storage-related services for a CloudBoot compute resource, use the following request:

POST /settings/hypervisors/:hypervisor_id/integrated_storage/enable.xml
POST /settings/hypervisors/:hypervisor_id/integrated_storage/enable.json

XML Request Example

curl -i -X POST http://onapp.test/settings/hypervisors/13/integrated_storage/enable.xml -u account_email:API_key -H 'Accept:application/xml' -H 'Content-type:application/xml'

JSON Request Example

curl -i -X POST http://onapp.test/settings/hypervisors/13/integrated_storage/enable.json -u account_email:API_key -H 'Accept:application/json' -H 'Content-type:application/json'