Navigation
This version of the documentation is archived and no longer supported. 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.

Backup Configurations

Overview

A backup configuration determines the settings used to back up a sharded cluster or replica set. The backupConfigs resource lets you view and update backup configurations. In certain cases, you can also create backup configurations, as described in Update One Backup Configuration. The backupConfigs resource supports only the GET and PATCH methods.

To update or create a backup configuration, you must issue the request from an IP address on your user account’s whitelist. The backupConfigs resource accepts PATCH requests only from whitelisted IP addresses.

Base URL: {opsManagerHost}:{port}

Endpoints

The following lists the endpoints available for Backup Configuration.

Method Endpoint Description
GET /api/public/v1.0/groups/{GROUP-ID}/backupConfigs Get all backup configurations for a group.
GET /api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID} Get a single backup configuration by cluster ID.
PATCH /api/public/v1.0/groups/{GROUP-ID}/backupConfigs/{CLUSTER-ID} Update a backup configuration.