diff --git a/README.md b/README.md index 0f9ccb2..f26ac7e 100644 --- a/README.md +++ b/README.md @@ -86,21 +86,23 @@ The Express server exposes a simple REST API on port `8095`. ```json { - "id": "srv_1716825600000", - "name": "web-01", + "id": "srv_1700000000000", + "name": "prod-app-01", "status": "online", - "ipv4": "1.2.3.4", - "ipv6": "", - "provider": "Hetzner", - "plan": "CX21", - "cpu": "2 vCPU", - "ram": "4 GB", - "disk": "40 GB SSD", - "price": "4.90", - "location": "Nuremberg, Germany", - "region": "eu-central", - "sites": "example.com", - "notes": "Primary web node" + "ipv4": "203.0.113.42", + "ipv6": "2001:db8::1", + "provider": "DigitalOcean", + "plan": "s-2vcpu-4gb", + "cpu": "2", + "ram": "4", + "disk": "80", + "price": "24.00", + "billing": "monthly", + "renewal": "2026-07-01", + "location": "Toronto, Canada", + "region": "ca-central", + "sites": "myapp.example.com", + "notes": "Primary application node" } ``` diff --git a/vps_manager.html b/vps_manager.html index 77d0b7e..d4e4fd6 100644 --- a/vps_manager.html +++ b/vps_manager.html @@ -121,7 +121,7 @@