Servisi Yeniden Başlat
Servisi Yeniden Başlat¶
WireGuard servisini yeniden başlatır.
Warning
Yeniden başlatma sırasında bağlı tüm istemcilerin bağlantısı geçici olarak kesilir.
Yanıt Modeli: RestartResult
| Alan | Tip | Açıklama |
|---|---|---|
restarted |
boolean | Yeniden başlatma tamamlandı |
service_active |
boolean | Servis şimdi aktif |
interface_up |
boolean | Arayüz çalışıyor |
service |
string | Servis adı |
message |
string | Sonuç mesajı |
Örnek Yanıt
{
"success": true,
"data": {
"restarted": true,
"service_active": true,
"interface_up": true,
"service": "wg-quick@wg_main",
"message": "Service restarted successfully"
},
"metadata": {
"module": "core",
"action": "restart_service",
"timestamp": "2025-09-09T01:16:00.000000Z",
"version": "core-v1"
}
}