GET /v1/webspaces/{id}/stats/disk
GET/v1/webspaces/{id}/stats/disk
Get disk usage stats for a webspace
Datenmodell
Diese Operation arbeitet auf der Entität webspace (webspace). Alle 32 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
iderforderlich | string |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/webspaces/{id}/stats/disk \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.webspaces.get();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |