Skip to content

updateSlasForMigrationToRcvTarget

UpdateSLAsForMigrationToRCVTarget updates the GSLAs associated with a location undergoing RCV migration. For S3 compatible migration target to RCV Archive tier: Enables instant tiering & sets ColdStorageClass to Glacier Deep Archive.

Arguments

Argument Type Description
input (required) UpdateSlasForMigrationToRcvTargetInput! Input for updating SLAs for RCV migration.

Returns

UpdateSlasForMigrationToRcvTargetReply!

Sample

mutation UpdateSlasForMigrationToRcvTarget($input: UpdateSlasForMigrationToRcvTargetInput!) {
  updateSlasForMigrationToRcvTarget(input: $input) {
    updatedSlaIds
  }
}
{
  "input": {}
}
{
  "data": {
    "updateSlasForMigrationToRcvTarget": {
      "updatedSlaIds": [
        "example-string"
      ]
    }
  }
}