MongoDB/listControlPlaneIpAddresses

暂不支持在线调用 · 原因见下方

MongoDBMongoDB Atlas 管理 API v2

GET/api/atlas/v2/unauth/controlPlaneIPAddresses

读取list Control Plane Ip Addresses。

MongoDB Atlas Administration API 中用于 list Control Plane Ip Addresses 的保留合约 GET Endpoint。资源相关值由调用方在运行时提供。

覆盖固定 Apache-2.0 OpenAPI revision 中全部 540 个 MongoDB Atlas 管理 Endpoint。Hub 提供文档与独立 SDK/CLI,但不代理账户、组织、项目、网络、备份或运行数据;调用方通过本地凭证直连。

请求

operationId
listControlPlaneIpAddresses
服务器
https://cloud.mongodb.com
认证
ServiceAccounts, DigestAuth

请求参数

envelope

queryboolean

Atlas Administration API 合约中的 envelope 值。

响应

200

ControlPlaneIPAddressesapplication/vnd.atlas.2023-11-15+json

供应商成功响应。

字段: gatewaysinboundoutbound

429

ApiErrorapplication/json

供应商返回 HTTP 状态 429。

字段: badRequestDetaildetailerrorerrorCodeparametersreason

500

ApiErrorapplication/json

供应商返回 HTTP 状态 500。

字段: badRequestDetaildetailerrorerrorCodeparametersreason

{
  "gateways": {
    "ips": {
      "inbound": {},
      "outbound": {}
    }
  },
  "inbound": {
    "aws": {},
    "azure": {},
    "gcp": {}
  },
  "outbound": {
    "aws": {},
    "azure": {},
    "gcp": {}
  }
}