Alle Rootserver abrufen

GET /server

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • id string
    • product_title string
    • hostname string
    • kernal_type string
    • cores integer
    • memory integer
    • disk_space integer
    • ipv4_addresses array[string]
    • ipv6_addresses array[string]
    • firewall boolean
    • max_backup_slots integer
    • os_id integer
    • os_title string
    • created_date string
    • expire_date string
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"
}