INPUT_OBJECT

TriggerBliMigrationInput

Description

TriggerBLIMigrationReq is the request object for triggering blob level immutability migration for a list of RCV Azure locations.

link GraphQL Schema definition

  • input TriggerBliMigrationInput {
  • # List of location ids for which the migration is to be triggered.
  • locationIds: [String!]
  • # Indicates whether to skip locations with backup and
  • # archive jobs that are in progress.
  • skipLocationsWithInProgressJobs: Boolean
  • }

link Require by