Get information about a specified backup.
External DocumentationTo learn more, visit the Veeam Backup Replication documentation.

Parameters

ParameterDescription
Backup UIDThe unique ID of the required backup.

Example Output

{
	"Backup": {
		"Links": {
			"Link": [
				{
					"_Href": "https://enterprise04.tech.local:9398/api/repositories/7be12e58-d2ee-43c2-88d8-10fd4ea81ffe",
					"_Name": "Backup Repository 1",
					"_Type": "RepositoryReference",
					"_Rel": "Up"
				},
				{
					"_Href": "https://enterprise04.tech.local:9398/api/backupServers/a490c017-2c1c-40ee-8bcf-73bcce6ab36f",
					"_Name": "enterprise01.tech.local",
					"_Type": "BackupServerReference",
					"_Rel": "Up"
				},
				{
					"_Href": "https://enterprise04.tech.local:9398/api/backups/2e734096-56ea-4f36-ac2a-15546518d26c",
					"_Name": "Backup Job 3",
					"_Type": "BackupReference",
					"_Rel": "Alternate"
				},
				{
					"_Href": "https://enterprise04.tech.local:9398/api/backups/2e734096-56ea-4f36-ac2a-15546518d26c/restorePoints",
					"_Type": "RestorePointReferenceList",
					"_Rel": "Down"
				},
				{
					"_Href": "https://enterprise04.tech.local:9398/api/backups/2e734096-56ea-4f36-ac2a-15546518d26c/backupFiles",
					"_Type": "BackupFileReferenceList",
					"_Rel": "Down"
				}
			]
		},
		"Platform": "VMware",
		"BackupType": "Standard",
		"_xmlns:xsd": "http://www.w3.org/2001/XMLSchema",
		"_xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
		"_xmlns": "http://www.veeam.com/ent/v1.0",
		"_Href": "https://enterprise04.tech.local:9398/api/backups/2e734096-56ea-4f36-ac2a-15546518d26c?format=Entity",
		"_Type": "Backup",
		"_Name": "Backup Job 3",
		"_UID": "urn:veeam:Backup:2e734096-56ea-4f36-ac2a-15546518d26c"
	}
}

Workflow Library Example

Get Backup with Veeam Backup Replication and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop