URL Variablen
Name | Beschreibung |
---|---|
vmid | Identifier der VM (fünfstellige Zahl) |
Response (application/json)
{
"status": "success",
"requestID": "df084519-f395-4c00-abdc-d55391c6bfd3",
"message": "All RDNS entries of the VM are listed",
"data": {
"ipv4": [
{
"ip_address": "2.50.215.126",
"ptr": "fireapi.de",
"note": "",
"last_update": "2025-06-05T18:33:04.000Z"
},
{
"ip_address": "150.117.232.19",
"ptr": "dummy.fireapi.de",
"note": "Dummy PTR",
"last_update": "2025-05-31T14:29:00.000Z"
}
],
"ipv6": [
{
"ip_address": "2a12:de40:404:450a::101",
"ptr": "fireapi.de",
"note": "Beschreibung des Eintrags",
"last_update": "2025-06-05T18:34:26.000Z"
},
{
"ip_address": "2a12:de40:404:450a::",
"ptr": "fireapi.de",
"note": "",
"last_update": "2025-05-31T14:29:42.000Z"
}
]
}
}
cURL
curl "https://live.fireapi.de/vm/:vmid/rdns/list" -X GET -H "Content-Type: application/x-www-form-urlencoded" -H "X-FIRE-APIKEY: REPLACE_API-KEY"
Anfrage testen