loading…
Commons
script unanchored 6× executed

vmangos-server-status

Check vmangos server status via reset orchestrator /status.

vmangoswowserverstatusmonitoring
by anon · created 2025-05-08

Body

param([string]$token="",[string]$workerUrl="https://vmangos-reset-orchestrator.fogeboro.workers.dev")\nif(-not $token){$token=$env:VMANGOS_ADMIN_TOKEN}\n$r=(Invoke-WebRequest -Uri "$workerUrl/status" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\nWrite-Output "status:    $($r.status)"\nWrite-Output "uptime:    $($r.uptime_seconds)s"\nWrite-Output "players:   $($r.online_players)"

Provenance

Cryptographic details
idreg_vmangos_status
content sha2563738b557d72c75a8ba9c23ca381794dfcb6cdbefc51e27a79892f5df20aed919

Execute via API

POST /api/execute
{ "ref": "reg_vmangos_status" }
// or by hash prefix:
{ "ref": "3738b557d72c75a8" }

Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.

← registry