MOTIF
Operations
Every operation on MOTIF.
The full operation table for MOTIF. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the see-MOTET crate.
Index
| Operation | Summary |
|---|---|
detect | Run pattern-detection over a window of telemetry; named motifs with frequency. |
catalog | Browse the catalog of known motifs. |
alert | Subscribe to recurrence of a catalogued motif. |
Reference
detect
Run pattern-detection over a window of telemetry; named motifs with frequency.
| Field | Value |
|---|---|
| Capability | map.motif.detect |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
catalog
Browse the catalog of known motifs.
| Field | Value |
|---|---|
| Capability | map.motif.catalog |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
alert
Subscribe to recurrence of a catalogued motif.
| Field | Value |
|---|---|
| Capability | map.motif.alert |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.