security
List VPC Private Endpoints
Get a list of all private endpoints configured for the App.
get/groups/{groupId}/apps/{appId}/security/private_endpoints
Response
Successfully listed endpoints.
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.2
- ○
added the optional property
items/endpoint_typeto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○