Health check
GET/health
CodeMeta OS API endpoint.
Beispiel
curl -X GET https://api.codemeta-os.de/health \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.health.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |
/health
CodeMeta OS API endpoint.
curl -X GET https://api.codemeta-os.de/health \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.health.list();| HTTP | Bedeutung |
|---|---|
200 |
Default Response |