Skip to main content

Namespace Level Restore - Restore backed up Namespaces of the application group

Select

SaaS
Customer Managed

API to run Namespace Level Restore for an application group

Path Parameters
  • applicationGroupId int32 required

    ID of the application group to restore from

Request Body
  • restoreApplications boolean

    Default value: true

    Restore Applications of the Namespace

  • namespaces object[]
  • GUID string required
  • name string
  • inPlace boolean

    Run In-Place restore job

  • destinationCluster object
  • id int32
  • name string
  • accessNode object
  • id int32
  • name string
  • overwrite boolean

    Default value: false

    Overwrite if already present

  • timeRange object

    Time range is for time related token rule values to specify from and to time in unix timestamp format.

  • fromTime string

    From time value in unix timestamp format

  • toTime string

    To time value in unix timestamp format

  • modifier string

    Specify list of resource modifier YAML as a string

Responses

Success


Schema
  • taskId int32
  • jobIds string[]

    JobIds for the immediate run request

Loading...