Rootserver verfügbare installations-Templates abrufen

GET /server/os/templates

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • os_id string
    • name string
    • value string
GET /server/os/templates
curl \
 -X GET https://api.famesystems.de/server/os/templates \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "os_id": "2",
  "name": "Debian 10",
  "value": "debian10"
}
Response examples (200)
{
  "os_id": "2",
  "name": "Debian 10",
  "value": "debian10"
}