Update Anomaly Settings
POST/anomalies/settings/:policyid
Updates anomaly settings for the policy with the specified ID.
Request
Path Parameters
policyid stringrequired
Policy ID
Example: 6b4614ef-2347-abe3-7522-445982e4816f
- application/json
Body
required
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
Responses
- 200
- 400
- 403
Successful operation
- application/json; charset=UTF-8
- Schema
Schema
boolean
missing_required_parameter / invalid_parameter_value / internal_error
- application/json; charset=UTF-8
- Schema
Schema
boolean
permission_error
- application/json; charset=UTF-8
- Schema
Schema
boolean
Loading...