--- title: "VEMDBInstancePublish" description: "Contains details about a Veeam Explorer for MongoDB publishing job. Property Type Description GUID Job ID. String Publishing job status. String Name of the original MongoDB instance. String DNS name or IP address of the target server." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vemdbinstancepublish.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEMDBInstancePublish" dateModified: "2026-08-18" --- # VEMDBInstancePublish Contains details about a Veeam Explorer for MongoDB publishing job.
|
Property |
Type |
Description |
|---|---|---|
|
JobId |
GUID |
Job ID. |
|
Status |
String |
Publishing job status. |
|
SourceInstance |
String |
Name of the original MongoDB instance. |
|
TargetServer |
String |
DNS name or IP address of the target server. |
|
TargetPort |
Ushort |
The port used to connect to MongoDB on the target server. |
|
ToPointInTimeUTC |
DateTime |
Date and time in the UTC format of the state as of which the instance is published. |
|
ExceptionMessage |
String |
Error or warning message triggered by unexpected conditions during restore. |