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)
{4 Eigenschaften
"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": [1 Element
{8 Eigenschaften
"info": "use the /ip/purchase endpoint with the netID to book this network",
"netID": "3f82c9dd-52fc-403f-8b95-c41604e9b15e",
"price": {2 Eigenschaften
"net": 0,
"gross": 0
},
"renewInterval": "monthly",
"cidr": "/28",
"gateway": "45.92.x.x",
"usable_ips": [16 Elemente
"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": {4 Eigenschaften
"name": "ntt",
"displayname": "NTT DataCenter",
"country": "Deutschland",
"city": "Frankfurt am Main"
}
}
]
}
{4 Eigenschaften
"status": "success",
"requestID": "ecd2999a-7972-461d-b2e1-c15528c7c963",
"message": "All nets available for purchase are listed below. Send a request for a net by e-mail to [email protected]",
"data": []
}
cURL
curl -X GET 'https://live.fireapi.de/ip/available' \ -H 'X-FIRE-APIKEY: YOUR-API-KEY'