List Data Patterns
This endpoint has been deprecated and may be removed in future versions of the API.
Lists all data patterns that satisfy the request filters.
Request Body
- absolute
- relative
- to_now
Mode filter list
timeRange object
See the Time Range Model for details.
Possible values: [BACKWARD
, FORWARD
]
Direction in which to count time. Default = BACKWARD
value object required
Model for RelativeTimeDuration
Number of time units
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
value object required
Model for Time
End timestamp
Start timestamp
Possible values: [MINUTE
, HOUR
, DAY
, WEEK
, MONTH
, YEAR
, EPOCH
, LOGIN
]
Time range object
Time type
value object required
Model for Time
End timestamp
Start timestamp
Possible values: [BACKWARD
, FORWARD
]
Direction in which to count time. Default = BACKWARD
value object required
Model for RelativeTimeDuration
Number of time units
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
Possible values: [MINUTE
, HOUR
, DAY
, WEEK
, MONTH
, YEAR
, EPOCH
, LOGIN
]
Time range object
Updated By list
- 200
- 400
- 500
success
Schema
- Array [
- Array [
- ]
- ]
Last Updated By Filter
Mode Filter
patterns object[]
Pattern List
List of confidence levels
Delimiter to separate the regex and weight in UI
Pattern Description
Detection technique
Entity
Grammar
Pattern id
Mode (custom/predefined)
Pattern Name
Parent ID
List of Proximity Keywords
regexes object[] required
List of regexes
Regex
Weight
Root Type
S3 Path to the grammar
Pattern status
{
"lastUpdatedByFilter": [
"string"
],
"modeFilter": [
"string"
],
"patterns": [
{
"confidenceLevels": [
"string"
],
"createdBy": "string",
"delimiter": "string",
"description": "string",
"detectionTechnique": "string",
"entity": "string",
"grammar": "string",
"id": "string",
"isEditable": true,
"mode": "string",
"name": "string",
"parentId": "string",
"proximityKeywords": [
"string"
],
"regexes": [
{
"regex": "string",
"weight": 0
}
],
"rootType": "string",
"s3Path": "string",
"status": "string",
"updatedAt": 0,
"updatedBy": "string"
}
]
}
bad_request
Schema
Exception details
API response
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
internal_error