Get-VEMDBPublishJob
Short Description
Returns active publishing sessions for backed-up MongoDB instances.
Product: Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
JobIdParameterSetGet-VEMDBPublishJob [-JobId <Guid>] [<CommonParameters>]
-
SourceParameterSetGet-VEMDBPublishJob -SourceInstance <String[]> [<CommonParameters>]
-
TargetParameterSetGet-VEMDBPublishJob -TargetInstance <String[]> [<CommonParameters>]
Detailed Description
This cmdlet returns information about the publishing process for backed-up MongoDB instances.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
JobId |
Specifies the publishing job ID. The cmdlet returns publishing jobs with the specified ID. |
|
False |
Named |
True (ByValue) |
|
SourceInstance |
Specifies names of source MongoDB instances, in the This parameter accepts wildcard characters. |
|
True |
Named |
False |
|
TargetInstance |
Specifies names of published MongoDB instances, in the This parameter accepts wildcard characters. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VEMDBInstancePublish[] array that contains information about the publishing process of MongoDB instances.
Examples
Example 1. Getting All Publish Jobs
|
This command returns a list of all published MongoDB instances. Save the result to the
|
Example 2. Getting Publishing Jobs that Use Specific Source MongoDB Instance
|
This command returns an array of MongoDB publishing jobs that use
|
Example 3. Getting Publishing Jobs with Target MongoDB Instances that Begin with Certain String
|
This command returns an array of MongoDB publishing jobs that have published instances whose names begin with “mongo”. Save the result to the
|