Skip to main content

Add Data Profile

POST 

/config/v3/dss-api/data-profile/dssTenantId/:dssTenantId

Creates a data profile.

Request

Path Parameters

    dssTenantId stringrequired

Body

    id string
    name string
    type string
    description string
    profile_type string
    status string
    profile_status string
    data_patterns_rule_1 object
    operator_type string
    data_pattern_rules object[]
  • Array [
  • name string
    detection_technique string
    match_type string
    occurrence_operator_type string
    occurrence_count int32
    occurrence_low int32
    occurrence_high int32
    confidence_level string
    supported_confidence_levels string[]
  • ]
  • created_by string
    updated_by string

Responses

success

Schema
    any
Loading...