Attach a failover IP to a MAC address.
The request AttachFailoverIPToMacAddressRequest
A Promise of IP
Attach failovers on baremetal server. Attach failovers on the server associated with the given ID.
The request AttachFailoverIPsRequest
Cancels the current (running) server installation. Cancels the current server installation associated with the given server ID.
The request CancelServerInstallRequest
Order failover IPs. Order X failover IPs.
The request CreateFailoverIPsRequest
A Promise of CreateFailoverIPsResponse
Create a baremetal server. Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService.
The request CreateServerRequest
A Promise of Service
Delete a failover server. Delete the failover associated with the given ID.
The request DeleteFailoverIPRequest
Delete a baremetal server. Delete the server associated with the given ID.
The request DeleteServerRequest
Delete a specific service. Delete the service associated with the given ID.
The request DeleteServiceRequest
A Promise of Service
Detach a failover IP from a MAC address.
The request DetachFailoverIPFromMacAddressRequest
A Promise of IP
Detach failovers on baremetal server. Detach failovers on the server associated with the given ID.
The request DetachFailoverIPsRequest
Get BMC (Baseboard Management Controller) access for a given baremetal server. Get the BMC (Baseboard Management Controller) access associated with the given ID.
The request GetBMCAccessRequest
A Promise of BMCAccess
Get a specific baremetal server. Get the server associated with the given ID.
The request GetFailoverIPRequest
A Promise of FailoverIP
Get an OS with a given ID. Return specific OS for the given ID.
The request GetOSRequest
A Promise of OS
Get offer. Return specific offer for the given ID.
The request GetOfferRequest
A Promise of Offer
Get raid. Return raid for the given server ID.
The request GetRaidRequest
A Promise of Raid
Get remaining quota.
The request GetRemainingQuotaRequest
A Promise of GetRemainingQuotaResponse
Get rescue information. Return rescue information for the given server ID.
The request GetRescueRequest
A Promise of Rescue
Get a specific baremetal server. Get the server associated with the given ID.
The request GetServerRequest
A Promise of Server
Get server default partitioning. Get the server default partitioning schema associated with the given server ID and OS ID.
The request GetServerDefaultPartitioningRequest
A Promise of ServerDefaultPartitioning
Get a specific server installation status. Get the server installation status associated with the given server ID.
The request GetServerInstallRequest
A Promise of ServerInstall
Get a specific service. Get the service associated with the given ID.
The request GetServiceRequest
A Promise of Service
Install a baremetal server. Install an OS on the server associated with the given ID.
The request InstallServerRequest
A Promise of ServerInstall
List failovers for project. List failovers servers for project.
The request ListFailoverIPsRequest
A Promise of ListFailoverIPsResponse
List all available OS that can be install on a baremetal server.
The request ListOSRequest
A Promise of ListOSResponse
List offers. List all available server offers.
The request ListOffersRequest
A Promise of ListOffersResponse
List server disks. List disks associated to the given server ID.
The request ListServerDisksRequest
A Promise of ListServerDisksResponse
List server events. List events associated to the given server ID.
The request ListServerEventsRequest
A Promise of ListServerEventsResponse
List baremetal servers for project.
The request ListServersRequest
A Promise of ListServersResponse
List services.
The request ListServicesRequest
A Promise of ListServicesResponse
List subscribable server options. List subscribable options associated to the given server ID.
The request ListSubscribableServerOptionsRequest
A Promise of ListSubscribableServerOptionsResponse
Reboot a baremetal server. Reboot the server associated with the given ID, use boot param to reboot in rescue.
The request RebootServerRequest
Start BMC (Baseboard Management Controller) access for a given baremetal server. Start BMC (Baseboard Management Controller) access associated with the given ID. The BMC (Baseboard Management Controller) access is available one hour after the installation of the server.
The request StartBMCAccessRequest
Start in rescue baremetal server. Start in rescue the server associated with the given ID.
The request StartRescueRequest
A Promise of Rescue
Start a baremetal server. Start the server associated with the given ID.
The request StartServerRequest
Stop BMC (Baseboard Management Controller) access for a given baremetal server. Stop BMC (Baseboard Management Controller) access associated with the given ID.
The request StopBMCAccessRequest
Stop rescue on baremetal server. Stop rescue on the server associated with the given ID.
The request StopRescueRequest
Stop a baremetal server. Stop the server associated with the given ID.
The request StopServerRequest
Subscribe server option. Subscribe option for the given server ID.
The request SubscribeServerOptionRequest
A Promise of Service
Subscribe storage server option. Subscribe storage option for the given server ID.
The request SubscribeStorageOptionsRequest
A Promise of SubscribeStorageOptionsResponse
Update RAID. Update RAID associated with the given server ID.
The request UpdateRaidRequest
Update reverse of ip. Update reverse of ip associated with the given ID.
The request UpdateReverseRequest
A Promise of IP
Update a baremetal server. Update the server associated with the given ID.
The request UpdateServerRequest
A Promise of Server
Waits for BMCAccess to be in a final state.
The request GetBMCAccessRequest
Optional
options: Readonly<WaitForOptions<Dedibox.v1.BMCAccess>>The waiting options
A Promise of BMCAccess
Waits for Server to be in a final state.
The request GetServerRequest
Optional
options: Readonly<WaitForOptions<Dedibox.v1.Server>>The waiting options
A Promise of Server
Waits for ServerInstall to be in a final state.
The request GetServerInstallRequest
Optional
options: Readonly<WaitForOptions<Dedibox.v1.ServerInstall>>The waiting options
A Promise of ServerInstall
Dedibox Phoenix API.