MongoDB Server Usage
On this page
This section describes how to manage your server types. You can group virtual hosts into physical hosts and discover your current server usage.
Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0
Required Roles
The API Key requires the Global Owner
role to manage server
usage.
Endpoints
The following lists the endpoints available for the server usage resource.
Method | Endpoint | Description |
---|---|---|
POST | Generates snapshot of usage for the processes Ops Manager manages. | |
GET | Generates a compressed report of server usage in a given
timeframe. | |
GET | Retrieves all host assignments. | |
GET | Retrieves all host assignments for one project. | |
GET | Retrieve one default server type for one project. | |
PUT | Update one default server type for one project. | |
PUT | Update one default server type for one host. | |
GET | Retrieves all host assignments for one organization. | |
GET | Retrieve one default server type for one organization. | |
PUT | Update one default server type for one organization. | |
GET | Retrieves a list of all physical and virtual hosts that Ops Manager
manages. This list includes each physical hosts' server type. | |
GET | Retrieves a list of all physical and virtual hosts that Ops Manager
manages identified with the physical host's ID. This list
includes each physical host's server type. | |
POST | Create one new physical host and bind one or more virtual hosts
to that physical host. | |
PUT | Replace one physical host and its bindings to one or more
virtual hosts. | |
DELETE | Remove one physical host from Ops Manager |