Docs Menu
Docs Home
/ /
MongoDB Command Line Interface
/ / / /

mongocli atlas security ldap verify status watch

On this page

  • Syntax
  • Arguments
  • Options
  • Output
  • Example

The security ldap verify status watch command watches for the LDAP configuration request to complete.

mongocli atlas security ldap verify status watch <request-ID>
[ --profile|-P <name-of-profile> ]
[ --projectId <id-of-project> ]

Note

Use -h or --help to view the command-line help for this command.

Argument
Type
Description
Required?
<request-ID>
string
Unique identifier of the most recent request to verify the LDAP over TLS/SSL configuration. Run the mongocli atlas security ldap verify command for the request ID.
yes
Option
Type
Description
Required?
--profile, -P
string
Name of the profile to use for accessing the Atlas project. If omitted, uses the default profile.
no
--projectId
string

Unique identifier of the project. If omitted, uses the project ID in the profile or environment variable.

yes

The command prints the following message to the terminal when the LDAP configuration request completes. If the command returns errors, see Troubleshooting for recommended solutions.

LDAP Configuration request completed.

The following example uses the mongocli atlas security ldap verify status watch command watches the LDAP configuration request specified by the verify status request ID. The command uses the default profile to access the Atlas project.

mongocli atlas security ldap verify status watch 5fa1ca4dcf78f219ebca052e

The previous command prints the following to the terminal when the LDAP configuration request completes:

LDAP Configuration request completed.

Back

Get Status of a Verification Request