Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2023 Intertech Services AG
Command line interface
  • Getting started with the CLI
  • CLI releases
  • Troubleshooting
  1. CLI reference
  2. Service manage
  3. datatransfer
  4. endpoint
  5. create
  6. mongo-target

yc datatransfer endpoint create mongo-target

Written by
Yandex Cloud

Create MongoDB target

Command UsageCommand Usage

Syntax:

yc datatransfer endpoint create mongo-target [<ENDPOINT-NAME>] [Flags...] [Global Flags...]

FlagsFlags

Flag Description
--name string
Endpoint name
--description string
Endpoint description
--host value[,value]
MongoDB server host name or IP address
--port int
MongoDB server host name or IP address
--ca-certificate string
Path to the CA certificate of the MongoDB server. Implies enabled TLS
--replica-set string
Replica set
--cluster-id string
Yandex Managed MongoDB cluster ID
--user string
User name
--raw-password string
Raw password value (unsafe, consider --password-file)
--password-file string
Path to the file containing password
--auth-source string
Database name associated with the credentials
--target-database string
Name of the database where user collections will be created. If not specified, the original database name will be used
--subnet-id string
Yandex Virtual Private Cloud subnet ID to access the MongoDB server through
--security-group value[,value]
Yandex Virtual Private Cloud security group ID to associate with the endpoint

Global FlagsGlobal Flags

Flag Description
--profile string
Set the custom configuration file.
--debug Debug logging.
--debug-grpc Debug gRPC logging. Very verbose, used for debugging connection problems.
--no-user-output Disable printing user intended output to stderr.
--retry int
Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout.
--cloud-id string
Set the ID of the cloud to use.
--folder-id string
Set the ID of the folder to use.
--folder-name string
Set the name of the folder to use (will be resolved to id).
--endpoint string
Set the Cloud API endpoint (host:port).
--token string
Set the OAuth token to use.
--impersonate-service-account-id string
Set the ID of the service account to impersonate.
--format string
Set the output format: text (default), yaml, json, json-rest.
-h,--help Display help for the command.

Was the article helpful?

Yandex project
© 2023 Intertech Services AG