Skip to main content

Get Anomaly Settings

GET 

/anomalies/settings/:policyid

Returns anomaly settings for the specified policy ID.

Request

Path Parameters

    policyid stringrequired

    Policy ID

    Example: 6b4614ef-2347-abe3-7522-445982e4816f

Responses

Successful operation

Schema
    alertDisposition string

    Possible values: [Aggressive, Moderate, Conservative]

    Alert Disposition Setting

    trainingModelThreshold string

    Possible values: [Low, Medium, High]

    Training Model Threshold

    policyName string

    Policy name

    policyDescription string

    Policy description

    alertDispositionDescription object

    Alert disposition description

    property name* string

    Alert disposition description

    trainingModelDescription object

    Training model description

    property name* string

    Training model description

Loading...