apiStatistics

GET

Dieser Aufruf ruft eine Statistik zur API auf.

Request URL
http://localhost:8180/api/apiStatistics
Response body (Beispiel)
{
  "uploadCount": "3",
  "maxCount": "30",
  "downloadCount": "5"
}

Hinweise

  • uploadCount: zählt die Upload Zugriffe im aktuellen Monat
  • maxCount: zählt die maximalen Zugriffe im aktuellen Monat
  • downloadCount: zählt die Download Zugriffe im aktuellen Monat

Verwandte Artikel