Skip to main content
Retrieve the configuration backup settings from the backup server.
External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.

Example Output

{
	"isEnabled": true,
	"backupRepositoryId": "d4b5e196-f3ad-474c-99bc-dfef051dae07",
	"restorePointsToKeep": 10,
	"notifications": {
		"SNMPEnabled": true,
		"SMTPSettings": {
			"settingsType": "Custom",
			"isEnabled": false,
			"recipients": [],
			"subject": "[%JobResult%] %JobName% (%Time%)",
			"notifyOnSuccess": true,
			"notifyOnWarning": true,
			"notifyOnError": true
		}
	},
	"schedule": {
		"isEnabled": true,
		"daily": {
			"dailyKind": "Everyday",
			"isEnabled": true,
			"localTime": "10:00:00",
			"days": [
				"Monday",
				"Tuesday",
				"Wednesday",
				"Thursday",
				"Friday",
				"Saturday",
				"Sunday"
			]
		},
		"monthly": {
			"dayOfWeek": "Saturday",
			"dayNumberInMonth": "Fourth",
			"isEnabled": false,
			"localTime": "10:00:00",
			"dayOfMonth": 1,
			"months": [
				"January",
				"February",
				"March",
				"April",
				"May",
				"June",
				"July",
				"August",
				"September",
				"October",
				"November",
				"December"
			]
		}
	},
	"lastSuccessfulBackup": {
		"lastSuccessfulTime": "2024-01-21T10:00:35.033+01:00",
		"sessionId": "a8f1b5ba-a6dc-416d-9b17-95e92c0d7e76"
	},
	"encryption": {
		"isEnabled": true,
		"passwordId": "ebf6c20f-7126-4186-a1b8-24e6c541161c"
	}
}

Workflow Library Example

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