List Data Patterns
PUT/dlp/api/v1/dss-api/data-pattern
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Lists all data patterns that satisfy the request filters.
Request
- application/json; charset=UTF-8
Body
- RelativeTimeRangeConfigModel
- AbsoluteTimeRangeConfigModel
- ToNowTimeRangeConfigModel
- 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 objectrequired
Model for RelativeTimeDuration
Number of time units
Possible values: [minute
, hour
, day
, week
, month
, year
]
Time unit
value objectrequired
Model for Time
End timestamp
Start timestamp
Possible values: [MINUTE
, HOUR
, DAY
, WEEK
, MONTH
, YEAR
, EPOCH
, LOGIN
]
Time range object
Possible values: [absolute
, relative
, to_now
]
Time type
value objectrequired
Model for Time
End timestamp
Start timestamp
Possible values: [BACKWARD
, FORWARD
]
Direction in which to count time. Default = BACKWARD
value objectrequired
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
Responses
- 200
- 400
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
Last Updated By Filter
Mode Filter
patterns object[]
Pattern List
List of confidence levels
Created By
Delimiter to separate the regex and weight in UI
Pattern Description
Detection technique
Entity
Grammar
Pattern id
Is Editable
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
Last updated At
Updated By
{
"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
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
Exception details
API response
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}