Skip to main content
Retrieve all KMS servers added to the backup infrastructure.
External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.

Parameters

ParameterDescription
Event TypeThe type of malware event to filter by.
LimitThe number of items to return.
NameFilters results based on a name pattern.

Supports wildcard matching using * at the start and/or end to replace one or more characters.
OffsetThe offset of the results.
Order ColumnThe column to sort the results by.
Return All PagesAutomatically fetch all resources, page by page.
Sort OrderDetermine whether the results are sorted in ascending or descending order.

Example Output

{
	"data": [
		{
			"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
			"name": "string",
			"description": "string",
			"type": "KMS",
			"port": 0,
			"serverCertificateThumbprint": "string",
			"clientCertificateThumbprint": "string"
		}
	],
	"pagination": {
		"total": 0,
		"count": 0,
		"skip": 0,
		"limit": 0
	}
}

Workflow Library Example

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