atlas api projectIpAccessList
Public Preview: please provide feedback: Returns, adds, edits, and removes network access limits to database deployments in Atlas.
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli). Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
This resource replaces the whitelist resource. Atlas removed whitelists in July 2021. Update your applications to use this new resource. This resource manages a project's IP Access List and supports creating temporary Access List entries that automatically expire within a user-configurable 7-day period.
Options
Name | Type | Required | Description |
---|---|---|---|
-h, --help | false | help for projectIpAccessList |
Inherited Options
Name | Type | Required | Description |
---|---|---|---|
-P, --profile | string | false | Name of the profile to use from your configuration file. To learn about profiles for the Atlas CLI, see https://dochub.mongodb.org/core/atlas-cli-save-connection-settings. |
Related Commands
atlas api projectIpAccessList createProjectIpAccessList - Public Preview: please provide feedback: Adds one or more access list entries to the specified project.
atlas api projectIpAccessList deleteProjectIpAccessList - Public Preview: please provide feedback: Removes one access list entry from the specified project's IP access list.
atlas api projectIpAccessList getProjectIpAccessListStatus - Public Preview: please provide feedback: Returns the status of one project IP access list entry.
atlas api projectIpAccessList getProjectIpList - Public Preview: please provide feedback: Returns one access list entry from the specified project's IP access list.
atlas api projectIpAccessList listProjectIpAccessLists - Public Preview: please provide feedback: Returns all access list entries from the specified project's IP access list.