Verfügbarkeit prüfen

GET /dedicated/available/:identifier

URL Variablen

Name Beschreibung
identifier Identifier aus dem Marktplatz

Response (application/json)

{
    "status": "success",
    "requestID": "869c7e61-7785-415e-8088-69ef4abc8019",
    "message": "Information about the dedicated server is shown below",
    "data": {
        "available": true,
        "data": {
            "identifier": "78acb8b6-8ba1-4b4e-8f9f-96da82f2cb0a",
            "datacenter": {
                "name": "skylink",
                "displayname": "SkyLink Data Center BV",
                "country": "Niederlande",
                "city": "Eygelshoven"
            },
            "hardware": {
                "cpu": {
                    "amount": 1,
                    "cores": 8,
                    "type": "Intel Xeon E5-2650 v2"
                },
                "memory": {
                    "size": 64,
                    "unit": "GB",
                    "type": "DDR3"
                },
                "disks": [
                    {
                        "amount": 1,
                        "size": 500,
                        "total_size": 500,
                        "unit": "GB",
                        "type": "SSD"
                    }
                ]
            },
            "ips": {
                "ipv4": {
                    "included": true,
                    "amount": 1
                },
                "ipv6": {
                    "included": false,
                    "amount": null
                }
            },
            "network": {
                "traffic": {
                    "limit": false,
                    "amount": null,
                    "unit": null
                },
                "connection": "1x 10G"
            },
            "status": {
                "type": "not_ready",
                "description": "System needs to be built \/ set up and is ready to use 2-4 business days after purchase"
            },
            "price": {
                "net": 0,
                "gross": 0,
                "runtime": {
                    "amount": 30,
                    "unit": "days"
                }
            }
        }
    }
}

cURL

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

Anfrage testen