Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Packs/Veeam/Integrations/VBRRESTAPI/VBRRESTAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,14 @@

ACCEPTABLE_LICENSES = [
{"type": "Subscription", "package": "Suite"},
{"type": "Subscription", "package": "Advanced"},
{"type": "Subscription", "package": "Premium"},
{"type": "Evaluation", "package": "Suite"},
{"type": "Evaluation", "package": "Advanced"},
{"type": "Evaluation", "package": "Premium"},
{"type": "NFR", "package": "Suite"},
{"type": "NFR", "package": "Advanced"},
{"type": "NFR", "package": "Premium"},
{"type": "Rental", "edition": "EnterprisePlus"},
]

Expand Down
6 changes: 6 additions & 0 deletions Packs/Veeam/ReleaseNotes/2_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Veeam Backup & Replication REST API

- Updated the VBR REST API integration to support new license types.
2 changes: 1 addition & 1 deletion Packs/Veeam/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Veeam App",
"description": "The Veeam Apps allow Veeam Data Platform Advanced and Premium customers to combine the automation and orchestration features of the Cortex product suite with a simple and powerful Veeam Data Platform that goes beyond backup providing businesses with reliable data protection, seamless recovery, and streamlined data management.",
"support": "partner",
"currentVersion": "2.0.0",
"currentVersion": "2.0.1",
"author": "Veeam Software",
"url": "https://www.veeam.com/support.html",
"email": "paloaltoappsupport@veeam.com",
Expand Down
Loading