script
unanchored
vmangos-server-status
Check vmangos server status via reset orchestrator /status.
vmangoswowserverstatusmonitoring
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
| id | reg_vmangos_status |
| content sha256 | 3738b557d72c75a8ba9c23ca381794dfcb6cdbefc51e27a79892f5df20aed919 |
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.