Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Basic Parameters

ParameterDescription
Project IDUnique 24 hexadecimal-digit string that identifies your project. Can be retrieved using “Return All Projects”.

Advanced Parameters

ParameterDescription
Items Per PageNumber of items that the response returns per page.Default: 100.Max: 500.
Page NumberNumber of the page that displays the current set of the total objects that the response returns.

Example Output

{    "links": [        {            "href": "https://mms.mongodb.com/api/atlas/v1.0/groups/{groupId}/serverless/{instanceName1}/backup/snapshots",            "rel": "https://mms.mongodb.com/snapshots"        }    ],    "results": [        {            "awsIAMType": "NONE",            "databaseName": "admin",            "deleteAfterDate": "2019-08-24T14:15:22Z",            "labels": [                {                    "key": "string",                    "value": "string"                }            ],            "ldapAuthType": "NONE",            "links": [                {                    "href": "https://mms.mongodb.com/api/atlas/v1.0/groups/{groupId}/serverless/{instanceName1}/backup/snapshots",                    "rel": "https://mms.mongodb.com/snapshots"                }            ],            "roles": [                {                    "collectionName": "string",                    "databaseName": "string",                    "roleName": "atlasAdmin"                }            ],            "scopes": [                {                    "name": "string",                    "type": "CLUSTER"                }            ],            "username": "string",            "x509Type": "NONE"        }    ],    "totalCount": 0}

Workflow Library Example

Get All Database Users with Mongodb Atlas and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop