Dedi Infos anzeigen

GET /dedicated/:identifier/info

URL Variablen

Name Beschreibung
identifier Identifier aus Marktplatz bzw. Serverliste

Response (application/json)

{
    "status": "success",
    "requestID": "6fae51b2-9628-4d5a-98e6-36fe4435391b",
    "message": "Information for your dedicated server is shown below",
    "data": {
        "identifier": "b8d44aea-ea8f-47be-b859-2c23621706d9",
        "deployed": true,
        "accounting": {
            "price": {
                "net": 0,
                "gross": 0
            },
            "runtime": {
                "amount": 30,
                "unit": "days"
            },
            "renew": "2023-11-18T02:12:46.000Z",
            "terminated": false
        },
        "management": {
            "dashboard": "https:\/\/manage.my-dedicated.de",
            "username": "username (wird generiert)",
            "email": "email (wird generiert)",
            "password": "passwort (wird generiert)"
        },
        "datacenter": {
            "name": "skylink",
            "displayname": "SkyLink Data Center BV",
            "country": "Niederlande",
            "city": "Eygelshoven"
        },
        "hardware": {
            "cpu": {
                "cores": 8,
                "type": "Intel Xeon E5-2667 v2"
            },
            "memory": {
                "size": 256,
                "unit": "GB",
                "type": "DDR3"
            },
            "disks": [
                {
                    "amount": 2,
                    "size": 128,
                    "total_size": 256,
                    "unit": "GB",
                    "type": "SSD"
                },
                {
                    "amount": 2,
                    "size": 1920,
                    "total_size": 3840,
                    "unit": "GB",
                    "type": "NVMe"
                }
            ]
        },
        "ips": {
            "ipv4": [
                {
                    "address": "42.29.105.60",
                    "gateway": "42.29.105.1"
                }
            ],
            "ipv6": []
        },
        "network": {
            "traffic": {
                "limit": false,
                "amount": null,
                "unit": null
            },
            "connection": "2x 10G (LACP)"
        }
    }
}

cURL

curl "https://live.fireapi.de/dedicated/:identifier/info" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"

Anfrage testen