n8n-nodes-vspc
v0.2.1
Published
A node for VSPC
Maintainers
Readme
VSPC API - n8n Custom Node
This is a custom n8n node for interacting with the Veeam Service Provider Console (VSPC) API. It allows you to fetch data from various endpoints, such as backup jobs, management agents, triggered alarms, tenant products, and more.
Features
- Fetch Backup Jobs: Retrieve a list of all backup jobs from VSPC.
- Fetch Management Agents: Retrieve a list of management agents from VSPC.
- Fetch VB365 Organization Jobs: Retrieve a list of all organization jobs from VB365 servers.
- Fetch Company Information: Retrieve detailed information about specific companies using their
companyUid. - Fetch Products of all Tenants: Retrieve all products of tenants, including their versions and details.
- Fetch Active Alarms: Retrieve a list of all currently active alarms from VSPC.
Installation
To install this custom node in your n8n instance:
- Clone this repository:
git clone https://github.com/BuddiesD/n8n-nodes-vspc.git
