/signalRequest Body
| Field | Type | Required | Constraints | Description |
|---|---|---|---|---|
entity_id | integer (u64) | Yes | — | Entity identifier. |
attribute | string | Yes | Max 256 bytes, non-empty | Attribute name. |
value | string | Yes | Max 64 KB, non-empty | Attribute value. |
Response
| Field | Type | Description |
|---|---|---|
success | boolean | Whether ingestion succeeded. |
node_id | integer or null | Created/existing node ID (if successful). |
error | string or null | Error message (if failed). |