Deploy-Statistiken abrufen
Request-Body
Antwort
Gibt denthroughput (Gesamtanzahl der Anfragen), den mean (durchschnittliche
Antwortzeit in Millisekunden) und die error_rate (ein Prozentsatz von 0 bis 100)
des Deploys zurück.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v2/deploys/stats
| Feld | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
site_id | string | Ja | Abzufragende Site. |
revision | string | Ja | Git-Revision oder Deploy-Bezeichner. |
namespace | string | Nein | Namespace zum Filtern, etwa web oder api. |
{
"site_id": "YOUR-SITE-ID",
"revision": "abc123",
"namespace": "web"
}
throughput (Gesamtanzahl der Anfragen), den mean (durchschnittliche
Antwortzeit in Millisekunden) und die error_rate (ein Prozentsatz von 0 bis 100)
des Deploys zurück.War diese Seite hilfreich?