Skip to content

Export Backup Plan Template

backup_export_backup_plan_template R Documentation

Returns the backup plan that is specified by the plan ID as a backup template

Description

Returns the backup plan that is specified by the plan ID as a backup template.

Usage

backup_export_backup_plan_template(BackupPlanId)

Arguments

BackupPlanId

[required] Uniquely identifies a backup plan.

Value

A list with the following syntax:

list(
  BackupPlanTemplateJson = "string"
)

Request syntax

svc$export_backup_plan_template(
  BackupPlanId = "string"
)