Retrieve the configured persistence paths for an asset, including locations for result summaries and good/bad record output.
Endpoint
GET /catalog-server/api/rules/persistence/:assetIdPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
assetId | string | Yes | The asset whose persistence configuration you want to retrieve |
Sample Request
curl -X GET "https://{{HOST}}/catalog-server/api/rules/persistence/1202692" \ -H "accessKey: {{ACCESS_KEY}}" \ -H "secretKey: {{SECRET_KEY}}"Was this page helpful?