{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 DLP Profiles API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "DLP Profiles", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List all profiles", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles", "params": [ { "name": "all", "value": "", "type": "query", "description": "Return all profiles, including those that current account does not have access to." }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all DLP profiles in an account." }, { "info": { "name": "APIs.io Engineering Platform Get DLP Profile", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ] }, "docs": "Fetches a DLP profile by ID" }, { "info": { "name": "APIs.io Engineering Platform Create custom profiles", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/custom", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a set of DLP custom profiles." }, { "info": { "name": "APIs.io Engineering Platform Get custom profile", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/custom/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ] }, "docs": "Fetches a custom DLP profile by id." }, { "info": { "name": "APIs.io Engineering Platform Update custom profile", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/custom/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a DLP custom profile." }, { "info": { "name": "APIs.io Engineering Platform Delete custom profile", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/custom/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ] }, "docs": "Deletes a DLP custom profile." }, { "info": { "name": "APIs.io Engineering Platform Get predefined profile", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/predefined/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ] }, "docs": "Fetches a predefined DLP profile by id." }, { "info": { "name": "APIs.io Engineering Platform Update predefined profile", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/dlp/profiles/predefined/:profile_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "profile_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a DLP predefined profile. Only supports enabling/disabling entries." } ] } ], "bundled": true }