MongoDBMongoDB Atlas Administration API v2
GET/api/atlas/v2/unauth/controlPlaneIPAddresses
Read list Control Plane Ip Addresses.
Contract-preserving GET endpoint for list Control Plane Ip Addresses in the MongoDB Atlas Administration API. Resource-specific values are supplied by the caller at runtime.
All 540 MongoDB Atlas administration endpoints from a fixed Apache-2.0 OpenAPI revision. Hub provides documentation and an independent SDK/CLI, but never proxies account, organization, project, network, backup, or operational data; callers connect directly with local credentials.
Request
- operationId
listControlPlaneIpAddresses- Server
https://cloud.mongodb.com- Authentication
- ServiceAccounts, DigestAuth
Request parameters
envelope
queryboolean
envelope value in the Atlas Administration API contract.
Responses
200
ControlPlaneIPAddressesapplication/vnd.atlas.2023-11-15+json
Successful supplier response.
Properties: gatewaysinboundoutbound
429
ApiErrorapplication/json
Supplier response with HTTP status 429.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
500
ApiErrorapplication/json
Supplier response with HTTP status 500.
Properties: badRequestDetaildetailerrorerrorCodeparametersreason
{
"gateways": {
"ips": {
"inbound": {},
"outbound": {}
}
},
"inbound": {
"aws": {},
"azure": {},
"gcp": {}
},
"outbound": {
"aws": {},
"azure": {},
"gcp": {}
}
}