{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 DLP Datasets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DLP Datasets", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Fetch all datasets", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Fetch all datasets" }, { "info": { "name": "APIs.io Engineering Platform Create a new dataset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create a new dataset" }, { "info": { "name": "APIs.io Engineering Platform Fetch a specific dataset", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Fetch a specific dataset" }, { "info": { "name": "APIs.io Engineering Platform Update details about a dataset", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update details about a dataset" }, { "info": { "name": "APIs.io Engineering Platform Delete a dataset", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" } ] }, "docs": "This deletes all versions of the dataset." }, { "info": { "name": "APIs.io Engineering Platform Prepare to upload a new version of a dataset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id/upload", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Prepare to upload a new version of a dataset" }, { "info": { "name": "APIs.io Engineering Platform Upload a new version of a dataset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id/upload/:version", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "This is used for single-column EDMv1 and Custom Word Lists. The EDM format\ncan only be created in the Cloudflare dashboard. For other clients, this\noperation can only be used for non-secret Custom Word Lists. The body must\nbe a UTF-8 encoded, newline (NL or CRNL) separated list of words to be matched." }, { "info": { "name": "APIs.io Engineering Platform Sets the column information for a multi-column upload", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id/versions/:version", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This is used for multi-column EDMv2 datasets. The EDMv2 format can only be\ncreated in the Cloudflare dashboard. The columns in the response appear in\nthe same order as in the request." }, { "info": { "name": "APIs.io Engineering Platform Upload a new version of a multi-column dataset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/datasets/:dataset_id/versions/:version/entries/:entry_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "dataset_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "entry_id", "value": "", "type": "path" } ] }, "docs": "This is used for multi-column EDMv2 datasets. The EDMv2 format can only be\ncreated in the Cloudflare dashboard." } ] } ], "bundled": true }