VBR REST API

Veeam Backup & Replication REST API allows you to query information about Veeam Backup & Replication entities and perform operations with these entities using HTTP requests and standard HTTP methods.

Vulnerability Management · Veeam App

Configuration parameters

  • credentials — Username (required)
  • url — Resource URL (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • isFetch — Fetch incidents
  • first_fetch — First fetch time
  • fetch_configuration_backup_events — Fetch configuration backup events
  • days_since_last_configuration_backup — Days Since Last Configuration Backup
  • fetch_backup_repository_events — Fetch backup repository events
  • backup_repository_free_space — Backup Repository Free Space (GB)
  • backup_repository_events_per_request — Backup Repository Events Per Request
  • fetch_malware_events — Fetch malware events
  • malware_events_per_request — Malware Events Per Request
  • http_request_timeout_sec — API Request Timeout (Seconds)
  • incidentFetchInterval — Incidents Fetch Interval
  • incidentType — Incident type
  • max_fetch

Commands (11)

  • veeam-vbr-create-malware-event

    Create Malware Event.

  • veeam-vbr-get-backup-object

    Get Backup Object.

  • veeam-vbr-get-configuration-backup

    Get Configuration Backup.

  • veeam-vbr-get-inventory-objects

    Get Inventory Objects.

  • veeam-vbr-get-malware-events

    Get All Malware Events.

  • veeam-vbr-get-repository-states

    Get All Repository States.

  • veeam-vbr-get-restore-points

    Get All Restore Points.

  • veeam-vbr-get-session

    Get Session.

  • veeam-vbr-start-configuration-backup

    Start Configuration Backup.

  • veeam-vbr-start-instant-recovery

    Start VM Instant Recovery to Original Location.

  • veeam-vbr-start-instant-recovery-customized

    Start Customized VM Instant Recovery.