OBJECT

ArchivalLocationUpgradeInfo

Description

Response containing a list of archival location IDs with the information about upgrade of the locations.

link GraphQL Schema definition

  • type ArchivalLocationUpgradeInfo {
  • # ID of the archival location.
  • locationId: String!
  • # Upgrade status of the archival location.
  • upgradeStatus: UpgradeStatus!
  • # Reasons for the lack of support for archival location upgrades when the location
  • # can't be upgraded.
  • upgradeUnsupportedReason: ArchivalLocationUpgradeUnsupportedReason!
  • }