Responses

GET /server
curl \
 -X GET https://api.famesystems.de/server \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "1",
  "product_title": "Rootserver / KVM-Server (Pakete)",
  "hostname": "server1245",
  "kernal_type": "linux",
  "cores": 1,
  "memory": 1024,
  "disk_space": 100000,
  "ipv4_addresses": [
    "[ip] => 127.0.0.1/26",
    "[gateway] => 127.0.0.2",
    "[total_traffic] => 5082317"
  ],
  "ipv6_addresses": [
    "[ip] => 2001:db8:3c4d:15:0:d234:3eee::",
    "[gateway] => 2001:db8",
    "[total_traffic] => 5082317"
  ],
  "firewall": true,
  "max_backup_slots": 3,
  "os_id": 3,
  "os_title": "Debian 11",
  "created_date": "01.01.1970 01:00:00",
  "expire_date": "01.02.1970 01:00:00"
}
Response examples (200)
{
  "id": "1",
  "product_title": "Rootserver / KVM-Server (Pakete)",
  "hostname": "server1245",
  "kernal_type": "linux",
  "cores": 1,
  "memory": 1024,
  "disk_space": 100000,
  "ipv4_addresses": [
    "[ip] => 127.0.0.1/26",
    "[gateway] => 127.0.0.2",
    "[total_traffic] => 5082317"
  ],
  "ipv6_addresses": [
    "[ip] => 2001:db8:3c4d:15:0:d234:3eee::",
    "[gateway] => 2001:db8",
    "[total_traffic] => 5082317"
  ],
  "firewall": true,
  "max_backup_slots": 3,
  "os_id": 3,
  "os_title": "Debian 11",
  "created_date": "01.01.1970 01:00:00",
  "expire_date": "01.02.1970 01:00:00"
}