Skip to main content

Update Source Correlation Configuration

PUT 

/sources/:id/correlation-config

Replaces the correlation configuration for the source specified by the given ID with the configuration provided in the request body.

A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    id stringrequired

    The source id

    Example: 2c9180835d191a86015d28455b4a2329

Body

required

    id string

    The ID of the correlation configuration.

    name string

    The name of the correlation configuration.

    attributeAssignments

    object[]

    The list of attribute assignments of the correlation configuration.

  • Array [

  • property string

    The property of the attribute assignment.

    value string

    The value of the attribute assignment.

    operation string

    Possible values: [EQ]

    The operation of the attribute assignment.

    complex boolean

    Whether or not the it's a complex attribute assignment.

    ignoreCase boolean

    Whether or not the attribute assignment should ignore case.

    matchMode string

    Possible values: [ANYWHERE, START, END]

    The match mode of the attribute assignment.

    filterString string

    The filter string of the attribute assignment.

  • ]

Responses

Updated correlation configuration for a source

Schema

    id string

    The ID of the correlation configuration.

    name string

    The name of the correlation configuration.

    attributeAssignments

    object[]

    The list of attribute assignments of the correlation configuration.

  • Array [

  • property string

    The property of the attribute assignment.

    value string

    The value of the attribute assignment.

    operation string

    Possible values: [EQ]

    The operation of the attribute assignment.

    complex boolean

    Whether or not the it's a complex attribute assignment.

    ignoreCase boolean

    Whether or not the attribute assignment should ignore case.

    matchMode string

    Possible values: [ANYWHERE, START, END]

    The match mode of the attribute assignment.

    filterString string

    The filter string of the attribute assignment.

  • ]

Loading...