MAP Docs
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

OperationSummary
detectRun pattern-detection over a window of telemetry; named motifs with frequency.
catalogBrowse the catalog of known motifs.
alertSubscribe to recurrence of a catalogued motif.

Reference

detect

Run pattern-detection over a window of telemetry; named motifs with frequency.

FieldValue
Capabilitymap.motif.detect
IdempotentNo — 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.

FieldValue
Capabilitymap.motif.catalog
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

alert

Subscribe to recurrence of a catalogued motif.

FieldValue
Capabilitymap.motif.alert
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page