Determine Data Plane Feature Support

The following APIs help determine whether the data plane supports templated persistence configuration.

Get Data Plane Features

This endpoint checks whether a data plane supports templated persistence.

Endpoint

Bash
Copy

If response:

JSON
Copy

then the data plane supports the templated persistence configuration model.

Path Parameter

ParameterDescription
idData plane (analytics pipeline) ID

Determining the Relevant Data Plane

The data plane associated with the policy depends on the policy type:

  • Data Quality Policies → data plane associated with the asset’s datasource
  • Equality Policies → data plane selected during policy creation

Control Plane Behavior Changes (v26.3.0)

Starting with Control Plane v26.3.0:

  • persistentPathConfig is no longer supported
  • Result handling must use categoriesResultHandlingConfig
  • Category names are case-sensitive and must be lowercase (good, bad)

Note This change is enforced immediately after the control plane upgrade, regardless of data plane version.

Action Required

After upgrading to Control Plane v26.3.0:

  1. Stop using persistentPathConfig
  2. Use categoriesResultHandlingConfig
  3. Ensure category names are lowercase (good, bad)

Persistence configuration must follow data plane compatibility:

Data Plane VersionRequired Configuration
< v26.3.0Use persistenceFolderPrefix
v26.3.0Use categoriesPersistenceConfig

Get Asset Features

This endpoint returns the features supported for an asset.

Endpoint

Bash
Copy

Path Parameter

ParameterDescription
idAsset ID

Sample Request

Bash
Copy

Response (200 OK)

JSON
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard