MongoDB Atlas Administration API
1.0

基本 URL
https://cloud.mongodb.com

MongoDB Atlas Administration API 允许开发者管理 MongoDB Atlas 中的所有组件。

Atlas Management API使用 OAuth 服务帐户或HTTP摘要式身份验证来对请求进行身份验证。 在构造HTTP请求时,提供编程API公钥和相应的私钥作为用户名和密码。示例,要使用 cURL 返回数据库访问权限历史记录,请在终端中运行以下命令:

curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" \
  --digest \
  --header "Accept: application/json" \
  -X GET "https://cloud.mongodb.com/api/atlas/v1.0/groups/{groupId}/dbAccessHistory/clusters/{clusterName}?pretty=true"

要了解更多信息,请参阅 Atlas Administration API 入门。如需支持,请参阅 MongoDB 支持

这是此API文档的 1.0 版本。上次更新日期:10 月 10,2025。

此API根据 CC BY-NC-SA 3.0 US 许可提供。