Get Policy by Asset ID
Use this API to retrieve anomaly policies associated with a specific asset. This is commonly used in:
- Data lineage tools
- Asset overview dashboards
- SLA coverage or “policy inventory” reports
Endpoint
Http
GET /catalog-server/api/rules/profile-anomaly/byAsset/:id
Path Parameter
Name | Type | Required | Description |
id | integer | Yes | Asset ID whose anomaly policies you want to fetch |
Sample Request
Bash
curl -X GET "https://{{HOST}}/catalog-server/api/rules/profile-anomaly/byAsset/9623966" \
-H "accessKey: {{ACCESS_KEY}}" \
-H "secretKey: {{SECRET_KEY}}"

No comments yet.