{ "opencollection": "1.0.0", "info": { "name": "Saasxl-api doc Data Quality Controller API", "version": "1.0" }, "items": [ { "info": { "name": "data-quality-controller", "type": "folder" }, "items": [ { "info": { "name": "getPolicyByPolicyId", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "updatePolicy", "type": "http" }, "http": { "method": "PUT", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deletePolicyByPolicyId", "type": "http" }, "http": { "method": "DELETE", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "updatePolicyAssertionById", "type": "http" }, "http": { "method": "PUT", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/assertions/:assertionId", "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "assertionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deletePolicyAssertionById", "type": "http" }, "http": { "method": "DELETE", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/assertions/:assertionId", "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "assertionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getPolicies", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies", "params": [ { "name": "targetType", "value": "", "type": "query" }, { "name": "targetId", "value": "", "type": "query" } ] } }, { "info": { "name": "createPolicy", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getPolicyResults", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/results", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "createPolicyResult", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/results", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "getAssertionsByPolicyId", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/assertions", "params": [ { "name": "policyId", "value": "", "type": "path" } ] } }, { "info": { "name": "createPolicyAssertion", "type": "http" }, "http": { "method": "POST", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/assertions", "params": [ { "name": "policyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getPolicyResults_1", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/policies/:policyId/results/:policyResultId", "params": [ { "name": "policyId", "value": "", "type": "path" }, { "name": "policyResultId", "value": "", "type": "path" } ] } }, { "info": { "name": "getConditions", "type": "http" }, "http": { "method": "GET", "url": "https://datagol-be.events.com/dataQuality/api/v1/conditions" } } ] } ], "bundled": true }