Skip to content

Get Restore Job Metadata

backup_get_restore_job_metadata R Documentation

This request returns the metadata for the specified restore job

Description

This request returns the metadata for the specified restore job.

Usage

backup_get_restore_job_metadata(RestoreJobId)

Arguments

RestoreJobId

[required] This is a unique identifier of a restore job within Backup.

Value

A list with the following syntax:

list(
  RestoreJobId = "string",
  Metadata = list(
    "string"
  )
)

Request syntax

svc$get_restore_job_metadata(
  RestoreJobId = "string"
)