Web Server Instancing Controller

Get All web Server Clone Stats

Path: /api/instance/web-server/clone-instances

Method: GET

Example Http Request

GET /api/instance/web-server/clone-instances HTTP/1.1
Host: localhost:8080

Example Http Response

HTTP/1.1 200 OK
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
Content-Type: text/plain;charset=UTF-8
Content-Length: 896
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY

[{"id":72953386,"label":"web-server-master-test-clone-1","group":"Web-Servers","status":"offline","created":"2025-03-03T13:40:20","updated":"2025-03-03T13:40:30","type":"g6-nanode-1","ipv4":["139.162.220.10","192.168.148.6"],"ipv6":"2a01:7e00::f03c:95ff:fe40:609c\/128","image":"linode\/ubuntu24.04","region":"eu-west","site_type":"core","specs":{"disk":25600,"memory":1024,"vcpus":1,"gpus":0,"transfer":1000,"accelerated_devices":0},"alerts":{"cpu":90,"network_in":10,"network_out":10,"transfer_quota":80,"io":10000},"backups":{"enabled":false,"available":false,"schedule":{"day":null,"window":null},"last_successful":null},"hypervisor":"kvm","watchdog_enabled":true,"tags":["web-server","vc-game-server-test"],"host_uuid":"abe1b1a9deac4eb162c0341b8aa3c96f10a38590","has_user_data":false,"placement_group":null,"disk_encryption":"disabled","lke_cluster_id":null,"capabilities":["SMTP Enabled"]}]

Example Curl Request

$ curl 'http://localhost:8080/api/instance/web-server/clone-instances' -i -X GET

Web Server Instancing Controller