Aex Brain
ReferenceAPI

Resolve Host Command

POST
/v1/hosts/{host_id}/results

Path Parameters

host_id*string
Match^host_[A-Za-z0-9]{20,32}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/hosts/string/results" \  -H "Content-Type: application/json" \  -d '{    "sequence": 1,    "session_id": "string",    "update": {      "outcome": {        "status": "ok",        "value": true      },      "type": "result"    }  }'
{  "sequence": 1}