Skip to content

anomaly-detector

Manage anomaly detectors

Authentication scope: fabric

List anomaly detectors in a workspace

Terminal window
fabio anomaly-detector list --workspace <value>
Flag Type Required Description
--workspace string Yes Workspace ID

Read-only · Returns list

Show details of an anomaly detector

Terminal window
fabio anomaly-detector show --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Anomaly detector ID

Read-only · Returns object

Create a new anomaly detector

Terminal window
fabio anomaly-detector create --workspace <value> --name <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--name string Yes Display name
--description string No Optional description
--sensitivity-label string No Sensitivity label ID to apply on creation

Mutates state · Returns object

Update anomaly detector properties (name and/or description)

Terminal window
fabio anomaly-detector update --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Anomaly detector ID
--name string No New display name
--description string No New description

Mutates state · Returns object

Delete an anomaly detector

Terminal window
fabio anomaly-detector delete --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Anomaly detector ID
--hard-delete bool No Permanently delete (cannot be recovered)

Mutates state · Destructive · Returns void

Get the definition of an anomaly detector

Terminal window
fabio anomaly-detector get-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Anomaly detector ID
--decode bool No Decode base64 payloads inline (adds decodedPayload field)

Read-only · Long-running operation · Returns object

Update the definition of an anomaly detector

Terminal window
fabio anomaly-detector update-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Anomaly detector ID
--file string No Path to definition file
--content string No Inline definition content

Mutates state · Long-running operation · Returns void