security
Create a VPC Private Endpoint
Configure a new private endpoint for the App.
post/groups/{groupId}/apps/{appId}/security/private_endpoints
Request body
Example request
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}Response
Created
Example response
{
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"endpoint_type": "sync"
}Changes
Changed in 2 of the 50 revisions of this API.312
- ▲
added the new required request property
endpoint_typenew-required-request-property
- ▲
the request property
cloud_provider_endpoint_idbecame requiredrequest-property-became-required
- ▲
the request property
cloud_provider_regionbecame requiredrequest-property-became-required
- ●
removed the request property
_idrequest-property-removed
- ○
added the media type
application/jsonfor the response with the status201response-media-type-added
- ▲
- ○
endpoint added
endpoint-added
- ○