Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform DLP Profiles API

The DLP Profiles API from APIs.io Engineering Platform — 5 operation(s) for dlp profiles.

This API exposes 8 operations across 5 paths, and defines 32 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

8 operations 5 paths 32 schemas 1 DELETE4 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform DLP Profiles API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 8

Across 5 paths, the API surfaces 8 operations — 1 DELETE, 4 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

DLP Profiles 8
GET
/accounts/{account_id}/dlp/profiles
APIs.io Engineering Platform List all profiles
dlp-profiles-list-all-profiles 2 params → 4XX200
GET
/accounts/{account_id}/dlp/profiles/{profile_id}
APIs.io Engineering Platform Get DLP Profile
dlp-profiles-get-dlp-profile 2 params → 4XX200
POST
/accounts/{account_id}/dlp/profiles/custom
APIs.io Engineering Platform Create custom profiles
dlp-profiles-create-custom-profiles 1 param body → 4XX200
DELETE
/accounts/{account_id}/dlp/profiles/custom/{profile_id}
APIs.io Engineering Platform Delete custom profile
dlp-profiles-delete-custom-profile 2 params → 4XX200
GET
/accounts/{account_id}/dlp/profiles/custom/{profile_id}
APIs.io Engineering Platform Get custom profile
dlp-profiles-get-custom-profile 2 params → 4XX200
PUT
/accounts/{account_id}/dlp/profiles/custom/{profile_id}
APIs.io Engineering Platform Update custom profile
dlp-profiles-update-custom-profile 2 params body → 4XX200
GET
/accounts/{account_id}/dlp/profiles/predefined/{profile_id}
APIs.io Engineering Platform Get predefined profile
dlp-profiles-get-predefined-profile 2 params → 4XX200
PUT
/accounts/{account_id}/dlp/profiles/predefined/{profile_id}
APIs.io Engineering Platform Update predefined profile
dlp-profiles-update-predefined-profile 2 params body → 4XX200

Schemas 32

The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are dlp_CustomProfile (9 properties), dlp_NewCustomProfile (7 properties), dlp_CustomProfileUpdate (7 properties), dlp_WordListEntry (7 properties). Each schema is shown below with its type and property counts.

dlp_NewCustomProfiles
object
1 property 1 required
dlp_EntryUpdate
dlp_Pattern
object
2 properties 1 required
dlp_messages
array
dlp_EntryOfNewProfile
dlp_ContextAwareness
object
Scan the context of predefined entries to only return matches surrounded by keywords.
2 properties 2 required
dlp_NewWordListEntry
object
3 properties 3 required
dlp_NewCustomEntryWithId
dlp_SkipConfig
object
Content types to exclude from context analysis and return all matches.
1 property 1 required
dlp_NewCustomEntry
object
3 properties 3 required
dlp_SharedEntryUpdate
dlp_IntegrationProfile
object
6 properties 5 required
dlp_PredefinedProfileUpdate
object
4 properties 1 required
dlp_PredefinedEntryUpdate
object
2 properties 2 required
dlp_NewCustomProfile
object
7 properties 2 required
dlp_Validation
string
dlp_Profile
dlp_WordListEntry
object
7 properties 6 required
dlp_CustomEntry
object
7 properties 6 required
dlp_api-response-single
object
dlp_IntegrationEntry
object
6 properties 5 required
dlp_PredefinedEntry
object
4 properties 3 required
dlp_ExactDataEntry
object
6 properties 6 required
dlp_CustomProfileUpdate
object
7 properties 2 required
dlp_ProfileArray
array
dlp_Entry
dlp_CustomProfile
object
9 properties 8 required
dlp_api-response-common
object
3 properties 3 required
dlp_api-response-common-failure
object
4 properties 4 required
dlp_PredefinedProfile
object
7 properties 4 required
dlp_NewSharedEntry
dlp_Empty
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-dlp-profiles-api-openapi.yml Raw ↑