Purchase new addons
POST
https://api.vpsbg.eu/v1/servers/{serverId}/addonsYou can use this endpoint to activate new addons for your server.
Request
Your VPSBG server id.
Automatic backups addon. Additional charge will occur. Your server will have weekly backups (retention 3 weeks).
Specify if you want a cPanel license for your server. Available licenses: cpanel-admin-5, cpanel-pro-30, cpanel-plus-50 or cpanel-premier-100. For pricing, please refer to our product page.
Specify if you want unmetered bandwidth for your server. Available options: 100mbps-unmetered or 1gbps-unmetered. For pricing, please refer to our product page.
Number of Microsoft RDS SALs you would like to purchase. The license type is Per User - users using RDS on your Windows Server. For pricing, please refer to our product page.
Number of Microsoft Office (365) SALs you would like to purchase. The license type is Per User - users using Office (365) on your Windows Server. For pricing, please refer to our product page.
{
"backups": true,
"cpanel": "cpanel-admin-5",
"bandwidth": "100mbps-unmetered",
"microsoft_rds_sal": 0,
"microsoft_office_sal": 0
}
Request samples
Responses
Internal ID of the server.
Actual hostname installed on the server.
The VDS servers have dedicated CPU cores. Cloud VPS is using shared CPU power.
CPU cores limit. Dedicated, if it is a VDS product.
RAM of the server.
NVMe disk size limit in gigabytes.
Traffic limit in terabytes.
The minimum billing period for which this plan can be purchased.
The same plan but with more disk (usually 2x).
The same plan but with more RAM (usually 2x).
Whether in stock or not.
Monthly price without VAT adjustments.
Monthly prices adjusted for your VAT when applicable; use a promo code when ordering servers for discounts, or one may be automatically applied during promotional periods for your billing cycle.
This is the billing status of the server. It does not represent the technical status of the server - running, stopped, etc.
The server might be locked in some scenarios like creating a snapshot, backup or other operation.
Accounts for unpaid or processing renew Orders.
If set to true, the server will be renewed using funds from your account balance or saved credit/credit cards.
The IP address.
Whether the IP is DDoS protected or not.
Whether or not this IP is sold as a Floating IP.
Datetime when the IP address was assigned to your account.
{
"id": 2883,
"hostname": "ubuntu-2gb",
"billing_cycle": 3,
"plan": {
"id": 105,
"type": "cloud-vps",
"key": "cloud-vps-8gb",
"name": "cloud-vps-8gb",
"vcpus": 4,
"dedicated_cpu": false,
"memory": 8,
"disk": 80,
"bandwidth": 10,
"minimum_billing_cycle": 1,
"plan_with_more_disk": null,
"plan_with_more_memory": null,
"available": true,
"price": 78,
"price_with_vat": 93.6
},
"status": "active",
"locked": false,
"locked_at": null,
"lock_reason": null,
"created_at": "2024-10-22T12:54:59.000000Z",
"expiry_at": "2024-12-19T22:00:00.000000Z",
"potential_expiry_at": "2024-12-19T22:00:00.000000Z",
"auto_renew": true,
"server_image": {
"id": 73,
"name": "Ubuntu 22.04",
"group": {
"name": "Ubuntu",
"type": "os",
"key": "ubuntu"
}
},
"ip_addresses": [
{
"id": 417,
"ip_address": "87.121.52.160",
"prefix": 32,
"version": 4,
"type": "public",
"main": true,
"ddos_protected": false,
"floating_ip": false,
"ptr": null,
"assigned_on": "2024-10-22T12:54:59.000000Z"
}
],
"addons": [
{
"id": 774,
"name": "microsoft-office-sal",
"status": "active",
"quantity": 3,
"amount": 180,
"amount_with_vat": 216,
"created_at": "2024-10-24 12:34:10"
},
{
"id": 775,
"name": "cpanel-pro-30",
"status": "active",
"quantity": 1,
"amount": 105,
"amount_with_vat": 126,
"created_at": "2024-11-21 14:49:41"
},
{
"id": 776,
"name": "windows-server-license",
"status": "active",
"quantity": 2,
"amount": 60,
"amount_with_vat": 72,
"created_at": "2024-11-25 15:28:50"
},
{
"id": 777,
"name": "backups",
"status": "active",
"quantity": 60,
"amount": 18,
"amount_with_vat": 21.6,
"created_at": "2024-11-26 19:00:48"
}
]
}