Constructors

  • Constructor of ProxmoxService

    Parameters

    • apiToken: undefined | string

      the token for authentication

    • baseUrl: undefined | string

      the base url for the proxmox server

    Returns ProxmoxService

Properties

apiToken: undefined | string
baseUrl: undefined | string

Methods

  • Gets all the ressources from the cluster Will later be used to split it up more.

    Parameters

    • type: null | string = null

      the type of ressource we want to filter for

    • name: null | string = null

      The name of the ressource we want to filter or

    Returns Promise<any>