Operations at appliance/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| appliance/appliancehealth | GET | Retrieves the Appliance components health status |
| appliance/getUnusedRepositoryLicensedSpace | GET | Gets unused repository license space. It's calculated as total repository licensed space - size of the all repositories that are already created. |
| appliance/provisioning/createappliancerepository | POST | Creates a new appliance repository |
| appliance/provisioning/estimatedrepositorycapacity | POST | Retrieves the estimated repository capacity in bytes based on available free space on the controller/hypervisor, target RAID (for physical appliance) configuration and license restrictions |
| appliance/provisioning/estimatedrepositoryexpandsize | POST | Retrieves the estimated size of the possible repository expansion in bytes based on available free space on the controller/hypervisor, target RAID (for physical appliance) configuration and license restrictions |
| appliance/provisioning/expandappliancerepository | POST | Expands an existing appliance repository |
| appliance/provisioning/provisionstorage | POST | Starts storage provisioning job |
| appliance/provisioning/validateprovisionrequest | POST | Validates whether the provisioning request is valid |