External DocumentationTo learn more, visit the Veeam Basic Backup & Replication documentation.
Actions
Get All KMS Servers
Retrieve all KMS servers added to the backup infrastructure.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event Type | The type of malware event to filter by. |
| Limit | The number of items to return. |
| Name | Filters results based on a name pattern. Supports wildcard matching using * at the start and/or end to replace one or more characters. |
| Offset | The offset of the results. |
| Order Column | The column to sort the results by. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort Order | Determine whether the results are sorted in ascending or descending order. |
{
"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
}
}
Was this page helpful?