Navigation
This version of the documentation is archived and no longer supported. It will be removed on EOL_DATE. To learn how to upgrade your version of MongoDB Ops Manager, refer to the upgrade documentation.
You were redirected from a different version of the documentation. Click here to go back.
This version of the manual is no longer supported. It will be removed on EOL_DATE.

Measurements

On this page

Note

Groups and projects are synonymous terms. Your {GROUP-ID} is the same as your project id. For existing groups, your group/project id remains the same. This page uses the more familiar term group when referring to descriptions. The endpoint remains as stated in the document.

Retrieves measurements the Monitoring and Automation Agents have collected for your MongoDB processes, databases, and disks. Monitoring Agents collect process and database measurements using MongoDB diagnostic commands, including serverStatus and dbStats. Automation Agents collect measurements for hosts that run managed mongod and mongos processes.

Base URL: https://{OPSMANAGER-HOST}:{PORT}/api/public/v1.0

Endpoints

The following lists the endpoints available for measurements.

Method Endpoint Description
GET /groups/{GROUP-ID}/hosts/{HOST-ID}/measurements Get Host, Process, and System Measurements
GET /groups/{GROUP-ID}/hosts/{HOST-ID}/disks/{PARTITION-NAME}/measurements Get Disk Partition Measurements
GET /groups/{GROUP-ID}/hosts/{HOST-ID}/databases/{DATABASE-NAME}/measurements Get Database Measurements
GET /groups/{GROUP-ID}/hosts/{HOST-ID}/measurements Get a List of Measurement Types

Note

All of the given endpoints return specific measurement types. To learn about what Ops Manager measures, see Measurement Types.