Veeam raw REST request (advanced)
veeam_api_requestCall any Veeam Backup & Replication public REST API v1 endpoint not covered by dedicated tools by providing the HTTP method and path.
Instructions
Escape hatch for ANY VBR Public REST API v1 endpoint not covered by a dedicated tool — failover plans, SureBackup, agents, cloud/SaaS, tape, tags, etc. Supply the HTTP method and path (e.g. GET "/api/v1/failoverPlans"). This is what makes the server work across every VBR build: if a newer version adds an endpoint, you can reach it here without a code change. In read-only mode, only GET is permitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON request body for POST/PUT/PATCH | |
| path | Yes | API path beginning with /api/v1/ (e.g. "/api/v1/failoverPlans") | |
| query | No | Optional query-string parameters as key/value pairs | |
| method | Yes | HTTP method |