View the List of Private Endpoints¶
On this page
Serverless instances are in preview and do not support this feature at this time. To learn more, see Serverless Instance Limitations.
You can view the list of private endpoints for the online archives on the Atlas cluster through the Atlas UI and API.
View List of Private Endpoints Using the UI¶
To view the list of private endpoints for the Online Archives:
Navigate to the Network Access page for your project.¶
- If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
- If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
- Click Network Access in the sidebar.
Click the Private Endpoint tab and then the following tab.¶
Click Data Lake / Online Archive for a private endpoint for your data lake or online archive.
The page displays the private endpoints for your online archives. For each private endpoint, you can see the following information:
Column Name | Description |
---|---|
VPC Endpoint ID | The unique identifier of the peer AWS VPC. This corresponds
to the value on the VPC dashboard in your AWS account. |
Comment | The comment associated with the endpoint. |
Actions | The actions you can take on the private endpoint. You can: |
Retrieve Private Endpoint Using the API¶
To retrieve a private endpoint for an online archive through the
API, send a GET
request to the
privateNetworkSettings/endpointIds/ endpoint with the ID of the
private endpoint to retrieve. To learn more about the API syntax
and options, see Get One Private Endpoint.
Retrieve All Private Endpoints Using the API¶
To retrieve all the private endpoints for the online archives using the
API, send a GET
request to the
privateNetworkSettings/endpointIds endpoint. To learn more about
the syntax and options, see Get All Private Endpoints.