Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli atlas privateEndpoints gcp interfaces create

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options
  • Output
  • Examples

Create a GCP private endpoint interface.

To use this command, you must authenticate with a user account or an API key that has the Project Owner role.

Command Syntax
mongocli atlas privateEndpoints gcp interfaces create <endpointGroupId> [options]
Name
Type
Required
Description
endpointGroupId
string
true
Unique identifier for the endpoint group.
Name
Type
Required
Description
--endpoint
strings
false
List of GCP endpoints in the group separated by commas, such as: endpointName1@ipAddress1,...,endpointNameN@ipAddressN
--endpointServiceId
string
true
Unique 24-character alphanumeric string that identifies the private endpoint in Atlas.
--gcpProjectId
string
true
Unique identifier of the GCP project in which the network peer resides.
-h, --help
false
help for create
-o, --output
string
false
Output format. Valid values are json, json-path, go-template, or go-template-file. To see full output, use the -o json option.
--projectId
string
false
Hexadecimal string that identifies the project to use. This option overrides the settings in the configuration file or environment variable.
Name
Type
Required
Description
-P, --profile
string
false

If the command succeeds, the CLI returns output similar to the following sample. Values in brackets represent your values.

Interface endpoint '<EndpointGroupName>' created.
mongocli atlas privateEndpoints gcp interfaces create endpoint-1 \
--endpointServiceId 61eaca605af86411903de1dd \
--gcpProjectId mcli-private-endpoints \
--endpoint endpoint-0@10.142.0.2,endpoint-1@10.142.0.3,endpoint-2@10.142.0.4,endpoint-3@10.142.0.5,endpoint-4@10.142.0.6,endpoint-5@10.142.0.7
←  mongocli atlas privateEndpoints gcp interfacesmongocli atlas privateEndpoints gcp interfaces delete →
Share Feedback
© 2023 MongoDB, Inc.

About

  • Careers
  • Investor Relations
  • Legal Notices
  • Privacy Notices
  • Security Information
  • Trust Center
© 2023 MongoDB, Inc.