createOpsManagerManagedMongoSourceOnDemandSnapshot
Take an on-demand snapshot of a MongoDB source managed by Ops Manager Supported in v9.3+ Initiates a job to take an on-demand, full or incremental snapshot of the specified MongoDB source.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateOpsManagerManagedSourceOnDemandSnapshotInput! | Input for V2CreateOpsManagerManagedSourceOnDemandSnapshot. |
Returns
Sample
{
"data": {
"createOpsManagerManagedMongoSourceOnDemandSnapshot": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}