Skip to main content

Update Data Profile

PUT 

/dlp/api/v1/dss-api/data-profile/id/:profileId

deprecated

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

Updates a data profile.

Request

Path Parameters

    profileId stringrequired

    Data profile ID

Body

    dataPatternsRule1 objectrequired

    DataProfile Rules

    dataPatternRules object[]

    Pattern rules

  • Array [
  • confidencLevel string

    Confidence level

    detectionTechnique string

    Detection technique

    id string

    Pattern id

    matchType string

    Match type

    name string

    Pattern name

    occurrenceCount int32

    Occurrence count

    occurrenceHigh int32

    High Occurrence value

    occurrenceLow int32

    Low Occurrence value

    occurrenceOperatorType string

    Occurrence type

    supportedConfidenceLevels string[]

    List of supported confidence levels

  • ]
  • operatorType string

    Pattern operator type

    description string

    Profile description

    id int32

    Profile id (required during update

    name stringrequired

    Profile name

    profileStatus stringrequired

    Profile status

    profileType stringrequired

    Profile Type (custom or system)

    status stringrequired

    Status

    types stringrequired

    Type (basic or advance)

Responses

success

Schema
    detail string

    Exception details

    message string

    API response

    name string

    Exception name

Loading...