Kaufbare Netze auflisten

GET /ip/available
Hier werden nach Absprache mit uns eigene IP-Netze hinterlegt, welche du kaufen kannst und künftig für die Erstellung von KVM-Server verwendet werden

Response (application/json)

{
    "status": "success",
    "requestID": "5d705072-8c58-4236-91c6-dc8b39814f81",
    "message": "All nets available for purchase are listed below. Send a request for a net by e-mail to ***************",
    "data": [
        {
            "info": "use the \/ip\/purchase endpoint with the netID to book this network",
            "netID": "3f82c9dd-52fc-403f-8b95-c41604e9b15e",
            "price": {
                "net": 0,
                "gross": 0
            },
            "renewInterval": "monthly",
            "cidr": "\/28",
            "gateway": "45.92.x.x",
            "usable_ips": [
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x",
                "45.92.x.x"
            ],
            "location": {
                "name": "ntt",
                "displayname": "NTT DataCenter",
                "country": "Deutschland",
                "city": "Frankfurt am Main"
            }
        }
    ]
}

cURL

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

Anfrage testen