Docs Menu
Docs Home
/
MongoDB Ops Manager
/ /

Agents

Note

Groups and projects are synonymous terms. Your {PROJECT-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.

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

The following endpoints are available for Agents:

Method
Endpoint
Description

GET

/groups/{PROJECT-ID}/agents

Return list of links to Agent resources in one Ops Manager project.

GET

Return list of Agents of a specified type in one Ops Manager project.

GET

Return list of earliest and latest versions of MongoDB Agent, MongoDB Tools, and BI Connector in your Ops Manager environment.

GET

Return list of versions of all MongoDB Agents, in the provided your Ops Manager Project.

The following endpoints are available for Agent API Keys:

Method
Endpoint
Description

POST

Create one Agent API Key in one Ops Manager project.

GET

Return list of all Agent API Keys in one Ops Manager project.

DELETE

Remove one Agent API Key in one Ops Manager project.

Back

Update