VPC プライベートエンドポイント サービスを一覧表示する

GET /groups/{groupId}/apps/{appId}/security/private_endpoint_service_infos

アプリに設定されているすべてのプライベートエンドポイントサービスのリストを取得する。

path パラメータ

応答

  • 200 application/ JSON

    サービスが正常に一覧表示されました。

    応答属性の非表示 応答属性の表示 オブジェクト
    • cloud_provider_region string
    • service_name string
    • endpoint_type string

      エンドポイントの型。非推奨の "legacy" エンドポイントの移行の詳細については、レガシー エンドポイントの移行 を参照してください。

      値は syncgeneral、または legacy です。

GET /groups/{groupId}/apps/{appId}/security/private_endpoint_service_infos
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/security/private_endpoint_service_infos' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
応答の例(200)
[
  {
    "cloud_provider_region": "aws-us-east-1",
    "service_name": "com.amazonaws.vpce.us-east-1.vpce-svc-0f24fc6e6de007e5e",
    "endpoint_type": "sync"
  }
]