EQVPS

Bayi API ve MCP (beyaz etiket)

EQVPS üzerinde kendi VPS markanı kur: kendi planların, fiyatların, müşterilerin. Aynı MCP uç noktasında 30 bayi aracı, bayi jetonuyla (rk_) kimlik doğrulama.

Kimlik doğrulama: Partners panelinden (API / MCP sayfası) bir bayi jetonu (rk_…) al ve Authorization: Bearer rk_… olarak gönder. Tek MCP uç noktası, jetona göre role göre filtrelenir — bayi jetonu 27 reseller_* aracını açar.

Tipik akış

Plan oluştur, müşteri ekle, ona VM sipariş et; erişimi kendi markanla teslim et.

// Reseller token (rk_...) from the Partners cabinet -> Authorization: Bearer rk_...
// One MCP endpoint, role-filtered: a reseller token exposes the 30 reseller_* tools.
reseller_create_plan({ name, cores, ram_gb, disk_gb, ipv4, location, markup })
reseller_add_client({ email }) -> { client_id }
reseller_order_for_client({ plan_id, client_id, os_id? })   // os_id: see list_plans catalog
reseller_vm_details({ service_id }) -> { access, password }  // deliver to your client

os_id isteğe bağlı — verilmezse konumun varsayılan işletim sistemi kurulur. Belirli bir işletim sistemi için herkese açık list_plans kataloğundaki bir os_id kullan; konuma göre doğru imaja çözümlenir.

İşletim sistemleri ve os_id

14 Linux imajı mevcuttur (aşağıda). reseller_order_for_client içinde os_id gönderin — herkese açık list_plans kataloğundan alın. Not: available_os konuma göre farklı id gösterebilir; list_plans'ten gelen os_id, planın konumu için doğru imaja çözümlenir. Konumun varsayılan işletim sistemi için os_id'yi boş bırakın.

Ubuntu 24.04Ubuntu 22.04Ubuntu 20.04Debian 13Debian 12Debian 11AlmaLinux 9Rocky Linux 9CentOS 7Fedora 41openSUSE Leap 15.6Alpine LinuxArch LinuxCachyOS

VM durumları

active — çalışıyor. provisioning — oluşturuluyor (siparişten hemen sonra kısa asenkron pencere). suspended — duraklatıldı (ör. müşteriyi askıya aldınız veya ödenmedi); reseller_unsuspend_client ile yeniden etkinleştirin. cancelled — sonlandırıldı (VM kaldırıldı).

Planlar
reseller_list_plansList your white-label plans.
reseller_create_planCreate a plan (vCPU/RAM/NVMe/IPv4 + your markup + location).
reseller_edit_planEdit a plan's spec or markup.
reseller_archive_planArchive a plan (hidden from ordering).
reseller_restore_planRestore an archived plan.
Müşteriler
reseller_list_clientsList your end-clients.
reseller_add_clientAdd an end-client (returns client_id).
reseller_edit_clientEdit an end-client.
reseller_suspend_clientSuspend an end-client.
reseller_unsuspend_clientUnsuspend an end-client.
Sipariş
reseller_order_for_clientOrder a VM for a client by plan_id + client_id. Spends your wholesale balance.
VM'ler
reseller_list_vmsList client VMs (your plan name + status).
reseller_service_statusProvisioning status of client VMs (active/provisioning/suspended).
reseller_vm_detailsVM details: IP/hostname/root password (white-label delivery). Reveals password once.
reseller_vm_powerStart/stop/reboot a client VM.
reseller_vm_set_hostnameSet a client VM hostname.
reseller_vm_reset_passwordReset a client VM root password (returns a new one).
reseller_vm_metricsCPU/RAM/network/disk over time.
reseller_vm_reinstallReinstall the OS on a client VM (destructive — wipes all data). Pick a new os_id from reseller_list_os.
reseller_vm_cancelTerminate a client VM.
İşletim sistemi
reseller_list_osList available OS images (os_id + name) for order/reinstall. Resolves per plan location.
Bakiye
reseller_check_balanceYour wholesale prepaid balance.
Talepler
reseller_create_ticketOpen a support ticket (optional service_id).
reseller_list_ticketsList your tickets.
reseller_get_ticketRead a ticket thread.
reseller_reply_ticketReply on a ticket.
reseller_close_ticketClose a ticket.

Yorumlar

Henüz yorum yok. İlk olun.

Bir yorum bırakın

Yorumlar görünmeden önce denetlenir.