VPC 비공개 엔드포인트 나열
앱에 대해 구성된 모든 비공개 엔드포인트의 목록을 가져옵니다.
경로 매개변수
-
Atlas 프로젝트/그룹 ID입니다.
-
애플리케이션의 ObjectID입니다. App Services API 프로젝트 및 애플리케이션 ID 섹션은 이 값을 찾는 방법을 보여줍니다.
GET /groups/{groupId}/apps/{appId}/security/private_endpoints
curl \
--request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/security/private_endpoints' \
--header "Authorization: Bearer $ACCESS_TOKEN"
응답 예시(200)
[
{
"_id": "string",
"cloud_provider_region": "aws-us-east-1",
"cloud_provider_endpoint_id": "vpce-12345678",
"comment": "string",
"endpoint_type": "sync"
}
]