# Functions
New returns a new CloudManager API client instance.
NewClient returns a new Cloud Manager API Client.
SetBaseURL is a client option for setting the base URL.
SetUserAgent is a client option for setting the user agent.
# Constants
DefaultAPIPath default root path for all API endpoints.
No description provided by the author
DefaultBaseURL API default base URL for cloud manager.
DefaultUserAgent To be submitted by the client.
Version for client.
# Structs
Args26 part of the internal Process struct.
Auth authentication config.
No description provided by the author
AutomationServiceOp handles communication with the Automation config related methods of the MongoDB Cloud API.
Client manages communication with MongoDBAtlas v1.0 API.
CreateUserResponse API response for the CreateFirstUser() call.
HostCount number of processes per project.
LogRotate part of the internal Process struct.
Member configs.
Net part of the internal Process struct.
NetSSL defines SSL parameters for Net.
Options configs.
Organization represents the structure of an organization.
Organizations represents a array of organization.
OrganizationsServiceOp handles communication with the Projects related methods of the MongoDB Atlas API.
Process represents a single process in a deployment.
Project represents the structure of a project.
Projects represents a array of project.
ProjectsServiceOp handles communication with the Projects related methods of the MongoDB Cloud Manager API.
ReplicaSet configs.
Replication is part of the internal Process struct.
Sharding is part of the internal Process struct.
SSL ssl config properties.
Storage part of the internal Process struct.
SystemLog part of the internal Process struct.
UnauthUsersServiceOp handles communication with the unauthenticated API.
User wrapper for a user response, augmented with a few extra fields.
UserRole denotes a single user role.
No description provided by the author
# Interfaces
AutomationService is an interface for interfacing with the Automation Config endpoints of the MongoDB CLoud API.
OrganizationsService is an interface for interfacing with the Organizations endpoints of the MongoDB Atlas API.
ProjectsService is an interface for interfacing with the Projects endpoints of the MongoDB Cloud Manager API.
UnauthUsersService is an interface for interfacing with unauthenticated APIs.
# Type aliases
ClientOpt are options for New.
RequestCompletionCallback defines the type of the request callback function.