VPS.org API

ເອກະສານ REST API

API ລະບົບປະຕິບັດການ

ດຶງຂໍ້ມູນກ່ຽວກັບລະບົບປະຕິບັດການ ແລະ ການແຈກຢາຍທີ່ມີຢູ່ສຳລັບເຊີບເວີ VPS ຂອງທ່ານ.

ຈຸດສິ້ນສຸດ 2 endpoints
ເສັ້ນທາງພື້ນຖານ /api/v1/operating-systems
ຮັບ /api/v1/operating-systems/

ລາຍຊື່ລະບົບປະຕິບັດການທັງໝົດ

ເອົາ​ລາຍ​ຊື່​ຂອງ​ລະບົບ​ປະຕິບັດ​ການ​ທີ່​ມີ​ຢູ່​ທັງ​ໝົດ​ທີ່​ສາມາດ​ຕິດຕັ້ງ​ໄດ້​ຢູ່​ເທິງ​ເຊີບເວີ VPS.

ພາລາມິເຕີການສອບຖາມ

ຕົວ​ເລືອກ​ ປະເພດ ຕ້ອງມີການ ຄໍາອະທິບາຍ
os_type string ​ບໍ່ Filter by OS type: linux, windows
featured boolean ​ບໍ່ Show only featured operating systems

ຕົວຢ່າງການຮ້ອງຂໍ

cURL
Python
JavaScript
PHP
curl -X GET "https://admin.vps.org/api/v1/operating-systems/" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"
import requests

url = "https://admin.vps.org/api/v1/operating-systems/"
headers = {
    "Authorization": "Bearer YOUR_API_TOKEN",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())
const response = await fetch('https://admin.vps.org/api/v1/operating-systems/', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN',
    'Content-Type': 'application/json'
  }
});

const os = await response.json();
console.log(os);
$ch = curl_init('https://admin.vps.org/api/v1/operating-systems/');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'Authorization: Bearer YOUR_API_TOKEN',
    'Content-Type: application/json'
]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);
$operating_systems = json_decode($response, true);
curl_close($ch);

ຕົວຢ່າງການຕອບສະໜອງ

{
  "count": 12,
  "results": [
    {
      "id": 1,
      "name": "Ubuntu 22.04 LTS",
      "slug": "ubuntu-22-04",
      "version": "22.04",
      "os_type": "linux",
      "distribution": "Ubuntu",
      "architecture": "x86_64",
      "featured": true,
      "available": true,
      "min_disk_gb": 10,
      "description": "Ubuntu 22.04 LTS (Jammy Jellyfish) - Long Term Support until 2027",
      "icon_url": "https://cdn.vps.org/os-icons/ubuntu.svg"
    },
    {
      "id": 2,
      "name": "Debian 12",
      "slug": "debian-12",
      "version": "12",
      "os_type": "linux",
      "distribution": "Debian",
      "architecture": "x86_64",
      "featured": true,
      "available": true,
      "min_disk_gb": 10,
      "description": "Debian 12 (Bookworm) - Stable release",
      "icon_url": "https://cdn.vps.org/os-icons/debian.svg"
    },
    {
      "id": 3,
      "name": "CentOS Stream 9",
      "slug": "centos-stream-9",
      "version": "9",
      "os_type": "linux",
      "distribution": "CentOS",
      "architecture": "x86_64",
      "featured": false,
      "available": true,
      "min_disk_gb": 10,
      "description": "CentOS Stream 9 - Rolling release tracking RHEL development",
      "icon_url": "https://cdn.vps.org/os-icons/centos.svg"
    },
    {
      "id": 4,
      "name": "Fedora 39",
      "slug": "fedora-39",
      "version": "39",
      "os_type": "linux",
      "distribution": "Fedora",
      "architecture": "x86_64",
      "featured": false,
      "available": true,
      "min_disk_gb": 15,
      "description": "Fedora 39 - Cutting-edge Linux distribution",
      "icon_url": "https://cdn.vps.org/os-icons/fedora.svg"
    },
    {
      "id": 5,
      "name": "Rocky Linux 9",
      "slug": "rocky-linux-9",
      "version": "9",
      "os_type": "linux",
      "distribution": "Rocky Linux",
      "architecture": "x86_64",
      "featured": true,
      "available": true,
      "min_disk_gb": 10,
      "description": "Rocky Linux 9 - Enterprise-grade Linux, RHEL compatible",
      "icon_url": "https://cdn.vps.org/os-icons/rocky.svg"
    }
  ]
}

ພາກສະໜາມຕອບສະໜອງ

​ແຄມ​ເປນ ປະເພດ ຄໍາອະທິບາຍ
id integer Unique operating system identifier
name string Full operating system name with version
slug string URL-friendly OS identifier
version string OS version number
os_type string Operating system type: linux or windows
distribution string Distribution name (Ubuntu, Debian, CentOS, etc.)
architecture string CPU architecture (x86_64, arm64, etc.)
featured boolean Whether OS is featured/recommended
available boolean Whether OS is currently available for installation
min_disk_gb integer Minimum disk space required in gigabytes
description string Brief description of the operating system
icon_url string URL to OS icon/logo image

ລະຫັດສະຖານະການຕອບສະໜອງ

200 ດຶງຂໍ້ມູນລາຍຊື່ລະບົບປະຕິບັດການສຳເລັດແລ້ວ
401 ບໍ່ໄດ້ຮັບອະນຸຍາດ - ໂທເຄັນການພິສູດຢືນຢັນບໍ່ຖືກຕ້ອງ ຫຼື ບໍ່ມີ
ຮັບ /api/v1/operating-systems/{os_id}/

ເອົາ​ລາຍລະອຽດ​ຂອງ​ລະບົບ​ປະຕິບັດການ

ເກັບ​ຂໍ້ມູນ​ລະອຽດ​ກ່ຽວກັບ​ລະບົບ​ປະຕິບັດການ​ສະເພາະ

ພາລາມິເຕີເສັ້ນທາງ

ຕົວ​ເລືອກ​ ປະເພດ ຕ້ອງມີການ ຄໍາອະທິບາຍ
os_id integer ແມ່ນແລ້ວ Unique operating system ID

ຕົວຢ່າງການຮ້ອງຂໍ

cURL
Python
JavaScript
curl -X GET "https://admin.vps.org/api/v1/operating-systems/1/" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"
import requests

os_id = 1
url = f"https://admin.vps.org/api/v1/operating-systems/{os_id}/"
headers = {
    "Authorization": "Bearer YOUR_API_TOKEN",
    "Content-Type": "application/json"
}

response = requests.get(url, headers=headers)
print(response.json())
const osId = 1;
const response = await fetch(`https://admin.vps.org/api/v1/operating-systems/${osId}/`, {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN',
    'Content-Type': 'application/json'
  }
});

const os = await response.json();
console.log(os);

ຕົວຢ່າງການຕອບສະໜອງ

{
  "id": 1,
  "name": "Ubuntu 22.04 LTS",
  "slug": "ubuntu-22-04",
  "version": "22.04",
  "os_type": "linux",
  "distribution": "Ubuntu",
  "architecture": "x86_64",
  "featured": true,
  "available": true,
  "min_disk_gb": 10,
  "description": "Ubuntu 22.04 LTS (Jammy Jellyfish) - Long Term Support until 2027",
  "icon_url": "https://cdn.vps.org/os-icons/ubuntu.svg",
  "release_date": "2022-04-21",
  "support_end_date": "2027-04-21",
  "default_user": "root",
  "package_manager": "apt",
  "init_system": "systemd",
  "kernel_version": "5.15",
  "features": [
    "Long Term Support (LTS) until 2027",
    "5 years of free security updates",
    "Extended Security Maintenance available",
    "Large community support",
    "Extensive package repository",
    "Cloud-optimized kernel",
    "Regular point releases"
  ],
  "recommended_for": [
    "Web servers (Apache, Nginx)",
    "Application servers",
    "Database servers (MySQL, PostgreSQL)",
    "Docker containers",
    "Kubernetes nodes",
    "Development environments",
    "Production workloads"
  ],
  "installation_notes": [
    "Requires minimum 10GB disk space",
    "SSH enabled by default on port 22",
    "UFW firewall available but not enabled by default",
    "Automatic security updates can be configured",
    "Cloud-init supported for automated setup"
  ]
}

ລະຫັດສະຖານະການຕອບສະໜອງ

200 Successfully retrieved operating system details
401 ບໍ່ໄດ້ຮັບອະນຸຍາດ - ໂທເຄັນການພິສູດຢືນຢັນບໍ່ຖືກຕ້ອງ ຫຼື ບໍ່ມີ
404 Not Found - Operating system does not exist

Featured Operating Systems

VPS.org ແນະນໍາລະບົບປະຕິບັດການດັ່ງຕໍ່ໄປນີ້ສໍາລັບກໍລະນີການນໍາໃຊ້ຫຼາຍທີ່ສຸດ:

Ubuntu 22.04 LTS
  • Best for: General purpose servers, web hosting
  • Support: Until April 2027
  • Package Manager: APT
  • Why choose: Most popular, extensive documentation, large community
Debian 12
  • Best for: Stability-focused production servers
  • Support: ~5 years
  • Package Manager: APT
  • Why choose: Rock-solid stability, security-focused
Rocky Linux 9
  • Best for: Enterprise applications, RHEL workloads
  • Support: ~10 years
  • Package Manager: DNF/YUM
  • Why choose: RHEL compatible, enterprise-grade
AlmaLinux 9
  • Best for: Enterprise servers, cPanel hosting
  • Support: ~10 years
  • Package Manager: DNF/YUM
  • Why choose: RHEL compatible, backed by CloudLinux

ເລືອກ OS ທີ່ຖືກຕ້ອງ

ໂດຍ​ໃຊ້​ກໍລະນີ

ກໍລະນີ​ໃຊ້ ລະບົບ​ປະຕິບັດການ​ທີ່​ແນະນຳ ເຫດຜົນ
Web Hosting Ubuntu 22.04 LTS, Debian 12 Excellent LAMP/LEMP stack support, large community
Docker/Containers Ubuntu 22.04 LTS, Debian 12 Native Docker support, optimized kernels
Enterprise Apps Rocky Linux 9, AlmaLinux 9 RHEL compatibility, long support cycles
Development Ubuntu 22.04 LTS, Fedora 39 Latest packages, developer-friendly tools
Database Servers Debian 12, Rocky Linux 9 Stability, performance, long-term support
cPanel Hosting AlmaLinux 9, Rocky Linux 9 Official cPanel support

ຕາມ​ລະດັບ​ຄວາມ​ຊຳນານ

ຕ້ອງການ​ຄວາມ​ຊ່ວຍ​ເຫຼືອ​ໃນການ​ເລືອກ​ບໍ? ຕິດຕໍ່ທີມງານສະຫນັບສະຫນູນຂອງພວກເຮົາທີ່ hello@vps.org ສໍາລັບ OS ແນະນໍາສ່ວນຕົວອີງໃສ່ຄວາມຕ້ອງການສະເພາະຂອງທ່ານ.

ການ​ຕິດຕັ້ງ ແລະ ຕັ້ງຄ່າ

ສິ່ງທີ່​ຈະ​ເກີດ​ຂຶ້ນ​ໃນລະຫວ່າງ​ການ​ຕິດຕັ້ງ OS

  1. ເລືອກ​ຮູບ: ແບບຟອມ OS ຖືກເລືອກຈາກ​ບ່ອນເກັບຂໍ້ມູນຂອງພວກເຮົາ
  2. ການ​ແບ່ງ​ແຍກ​ຮາດ​ດິດ: ການແບ່ງປັນ​ໂດຍ​ອັດຕະໂນມັດ​ອີງ​ໃສ່​ຂະໜາດ​ແຜນທີ່
  3. ຕິດຕັ້ງ​ພື້ນຖານ: ຕິດຕັ້ງຄໍເຈັກ Core OS (5-10 ນາທີ)
  4. ຕັ້ງຄ່າ​ເຄືອຂ່າຍ: ຕັ້ງຄ່າ​ທີ່ຢູ່ IP, DNS ແລະ ທາງເຂົ້າName
  5. ដំឡើង SSH: ເປີດ​ເຄື່ອງ​ຮັບ SSH ໃສ່​ປັອບອັບ 22
  6. ເຂົ້າ​ເຖິງ​ຜູ້​ໃຊ້​ເປັນ​ root: ລະຫັດຜ່ານ root ສົ່ງຜ່ານອີເມວ
  7. ຕັ້ງຄ່າ​ເມກ: ຕັ້ງຄ່າ​ຕົ້ນຕໍ​ທີ່​ໄດ້​ນຳໃຊ້ (ຖ້າ​ໄດ້​ສະໜັບສະໜູນ)

ຂັ້ນຕອນຫຼັງການຕິດຕັ້ງ

ຂໍ້ມູນ​ຮັບຮອງ​ຕົວຕົນ​ແບບ​ປ້ອນ​ແບບ​ເດີມ

សំខាន់: Root credentials are sent to your registered email address immediately after server creation. Change the default password on first login for security.

ການ​ສະໜັບສະໜູນ ແລະ ເອກະສານ

ສໍາລັບ OS-ສະເພາະການຕັ້ງຄ່າຄູ່ມື, ຢ້ຽມຢາມຂອງພວກເຮົາ ສູນ​ບັນທຶກ: