yz-cloud-ops

api docs / small services / utilities

Status

Updated: 2026-02-15

This page is intentionally minimal. If an endpoint is down, check reachability first, then authentication, then server logs.

Recommended checks

# DNS
dig +short api.example.tld A
dig +short api.example.tld AAAA

# Port (replace 443 if needed)
nc -vz -w2 api.example.tld 443

For response format and error codes, see Errors.