Veeam Backup & Replication Failover Plans

This resource collection represents failover plans configured in monitored Veeam Backup & Replication infrastructure.

Get All Failover Plans

Returns a collection resource representation of all failover plans.

SecurityBearer
Request
query Parameters
Offset
integer <int32>
Default: 0
Limit
integer <int32>
Default: 100
Filter
string
Sort
string
Select
string
Responses
200

Success

403

Forbidden

get/api/v2.3/vbr/failoverPlans
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalCount": 4
}

Get Failover Plan

Returns a resource representation of a failover plan with the specified UID.

SecurityBearer
Request
path Parameters
failoverPlanUid
required
string <uuid>

Failover plan UID.

Responses
200

Success

403

Forbidden

get/api/v2.3/vbr/failoverPlans/{failoverPlanUid}
Request samples
Response samples
application/json
{
  • "failoverPlanUid": "dad2ad98-e200-46b5-80da-234744bde13b",
  • "backupServerId": 11782,
  • "status": "Ready",
  • "name": "DR Plan - Production",
  • "description": "Created by administrator at 12/29/2022 9:14 AM.",
  • "lastRun": null
}

Document updated 2026-07-30

Page content applies to build 13.1.0.7034