Skip to main content

Clone Data Pattern

POST 

/dlp/api/v1/dss-api/data-pattern/clone

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Clones a data pattern.

Request

Body

    confidenceLevels string[]required

    List of confidence levels

    delimiter string

    Delimiter to separate the regex and weight in UI

    description stringrequired

    Pattern Description

    detectionTechnique stringrequired

    Detection technique

    entity string

    Entity

    grammar string

    Grammar

    id stringrequired

    Pattern id

    mode string

    Mode (custom/predefined)

    name stringrequired

    Pattern Name

    parentId string

    Parent ID

    proximityKeywords string[]required

    List of Proximity Keywords

    regexes object[]required

    List of regexes

  • Array [
  • regex string

    Regex

    weight int32

    Weight

  • ]
  • rootType string

    Root Type

    s3Path string

    S3 Path to the grammar

    status stringrequired

    Pattern status

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...