# Anomaly

Process previously-computed graph structure into the inference of information about anomaly properties and measured element sets. This measure will typically be some measure of anomalousness.

# Measure

Compute a measure and rank ordering of anomolies.

# Endpoint

POST /insight/anomaly/measure

# Parameters

Name Type Description Required
structure_path string GCS bucket path for previously-inferred graph structure ✔️

# Response

Status: 200

{
  "task_identifier": "EFTGHDFER"
}
curl -X POST https://api.rvrnc.io/insight/anomaly/measure \
  --data '{
    "structure_path": "gs://user/structure.csv"
  }'