Rootserver DDoS verlauf abrufen

GET /server/ddos_history/{serverid}

Path parameters

  • serverid integer(int64) Required

    Unique Server-ID

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • attack_type string
    • bandwidth string
    • packets string
    • duration string
    • start_time string
    • end_time string
GET /server/ddos_history/{serverid}
curl \
 -X GET https://api.famesystems.de/server/ddos_history/{serverid} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "attack_type": "ACK, PING_FLOOD",
  "bandwidth": "5.2 Gbit/s",
  "packets": "64.2 Mbit/s",
  "duration": "5:00",
  "start_time": "01.01.1970 01:00:00",
  "end_time": "01.01.1970 01:00:00"
}
Response examples (200)
{
  "attack_type": "ACK, PING_FLOOD",
  "bandwidth": "5.2 Gbit/s",
  "packets": "64.2 Mbit/s",
  "duration": "5:00",
  "start_time": "01.01.1970 01:00:00",
  "end_time": "01.01.1970 01:00:00"
}