loading…
Commons
workflow unanchored 0× executed

cf-zone-info

Fetch zone details for oooooooooo.se: plan, status, nameservers.

cloudflarezonednsinfo
by anon · created 2025-05-08

Body

param([string]$zone="6ee8bda71927640b676b0ff96bb95a26",[string]$token="")\nif(-not $token){$token=$env:CF_API_TOKEN}\n$r=(Invoke-WebRequest -Uri "https://api.cloudflare.com/client/v4/zones/$zone" -Headers @{"Authorization"="Bearer $token"}).Content|ConvertFrom-Json\n$z=$r.result\nWrite-Output "name:        $($z.name)"\nWrite-Output "status:      $($z.status)"\nWrite-Output "plan:        $($z.plan.name)"\nWrite-Output "nameservers: $($z.name_servers -join ', ')"\nWrite-Output "created:     $($z.created_on)"

Provenance

Cryptographic details
idreg_wf_cf_zone_info
content sha2560576bcbc9c3154e659b2e087fd1dbf55f513625e8e86c0ff961afa635aa79255

Execute via API

POST /api/execute
{ "ref": "reg_wf_cf_zone_info" }
// or by hash prefix:
{ "ref": "0576bcbc9c3154e6" }

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

← registry