mongocli atlas security ldap verify status watch¶
The security ldap verify status watch
command watches
for the LDAP configuration request to complete.
Syntax¶
mongocli atlas security ldap verify status watch <request-ID> [ --profile|-P <name-of-profile> ] [ --projectId <id-of-project> ]
Use -h
or --help
to view the command-line help for
this command.
Arguments¶
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 |
Options¶
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 |
Output¶
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.
Example¶
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.