Title
Create new category
Edit page index title
Edit category
Edit link
Configure Policy-Level Persistence
The following APIs allow configuring how policy execution results are stored for a specific policy.
Get Policy Persistence Configuration
Retrieves the persistence configuration associated with a policy.
Endpoints
Path Parameters
Parameter | Description |
|---|---|
policyId | Unique identifier of the policy |
policyName | Name of the policy |
Sample Request
Sample Response
Update Policy Persistence Configuration
This endpoint updates the persistence configuration for a policy.
Note The request body structure depends on the version and capabilities of the data plane associated with the policy.
Starting with Control Plane v26.3.0, persistence configuration behavior changed. The control plane enforces new request structures and removes support for legacy configuration fields.
Users can determine whether a data plane supports templated persistence by either:
Checking the data plane version or
Calling the Data plane Feature Support API
Endpoints
Data Plane v26.3.0 and Later
Data planes running v26.3.0 or later require the templated persistence configuration model.
Requirements
categoriesPersistenceConfigmust be providedpersistenceFolderPrefixis not supportedpersistentPathConfigis not supported
Request Body Parameters
Field | Type | Description |
|---|---|---|
| string | Configuration type (DEFAULT, SAVED, CUSTOM) |
| number | ID of saved configuration when type = SAVED |
| object | Template configuration when type = CUSTOM |
| boolean | Whether to persist passing records |
| boolean | Store only sample records |
| boolean | Whether to persist failing records |
| boolean | Store only sample records |
Note For Pushdown policies, the metadata template is not required.
Data Plane Versions Earlier Than v26.3.0 (Backward Compatibility)
Data planes running versions earlier than v26.3.0 do not support templated persistence paths.
Requirements
persistenceFolderPrefix must be usedcategoriesPersistenceConfigis not supportedpersistentPathConfigis not supported
Request Body
Optional: Check Data Plane Support for Templated Persistence via API
If you need to determine whether a data plane supports templated persistence programmatically, call the Get data plane features API: GET /analytics-pipelines/{id}/featuresEnabled
For more information, see Determine Data Plane Feature Support.
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025