Clone Data Pattern
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Clones a data pattern.
application/json; charset=UTF-8
Request Body
- Array [
- ]
confidenceLevels string[] required
List of confidence levels
delimiter string
Delimiter to separate the regex and weight in UI
description string required
Pattern Description
detectionTechnique string required
Detection technique
entity string
Entity
grammar string
Grammar
id string required
Pattern id
mode string
Mode (custom/predefined)
name string required
Pattern Name
parentId string
Parent ID
proximityKeywords string[] required
List of Proximity Keywords
regexes object[] required
List of regexes
regex string
Regex
weight int32
Weight
rootType string
Root Type
s3Path string
S3 Path to the grammar
status string required
Pattern status
Responses
- 200
- 400
- 500
success
application/json; charset=UTF-8
Schema
Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
bad_request
application/json; charset=UTF-8
Schema
Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
internal_error
Loading...