Docs Menu
Docs Home
/
MongoDB Cloud Manager
/ /

Log Collection Jobs

You can use the Cloud Manager API to download Cloud Manager deployment logs. Once a log collection request has been made, Cloud Manager downloads the logs in a background job. Use the following endpoints to create, modify, and retrieve Cloud Manager log collection jobs.

To use the Log Collection resources, you must be a Cloud Manager user with the Global Monitoring Admin project role.

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://cloud.mongodb.com/api/public/v1.0

The following lists the endpoints available for the log collection jobs resource.

Method
Endpoint
Description

GET

Retrieves all available log collection jobs in the specified project.

GET

Retrieves a single log collection job as specified by the jobId.

GET

Downloads the logs from a single log collection job.

POST

Create a new log collection job for a given resource.

PATCH

Extend the expiry date of a specified log collection job.

PUT

Retry a failed log collection job.

DELETE

Delete a specified log collection job.

Back

Remove One Federation