POST /v1/agent/commands/{commandId}/result
POST/v1/agent/commands/{commandId}/result
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
commandIderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/agent/commands/{commandId}/result \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.agent.post();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |