Assets
Use this endpoint to retrieve the list of assets associated with a specific policy, either by policy ID or policy name.
This is useful when analyzing policy coverage, identifying impacted assets, or programmatically mapping policies to datasets.
Endpoint(s)
GET /catalog-server/api/rules/:id/assets
GET /catalog-server/api/rules/byName/:name/assets
Path Parameters
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | The unique ID of the policy |
name | string | Yes | The name of the policy |
Sample Requests
By ID:
curl -X GET "https://{HOST}/catalog-server/api/rules/10566/assets"
By Name:
curl -X GET "https://{HOST}/catalog-server/api/rules/byName/Customer_DQ_Policy/assets"
Was this page helpful?