Skip to content

andreashohage/vspc-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@quantumdream/vspc-api-client

This module exposes a Veeam Service Provider Console API Client

Disclaimer

This is an unofficial library provided by an individual, the author is not affiliated with Veeam

Prerequisites

You need to provide an API key, details on how to set this up can be found in the official Veeam Service Provider Console documentation and is out of scope for this repository.

Official API Documentation

Veeam Service Provider Console API Documentation

Usage

const client = new VSPCApiClient("<API_BASE_URL>", "<API_KEY>"); // Replace <> values with your Veeam Service Provider Api values

const { data, meta } = await client.findOrganizations(); // Lists all organizations, explore types to find query params and more

License

License

About

Veeam Service Provider Console API Client

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors