Skip to main content

Lists copy with available regions of given entities

Select

SaaS
Customer Managed

List of regions that have recoverable backup copy of entities

Request Body
  • region object
  • id int32
  • GUID string
  • name string
  • entities object[]

    List of entites and their workload type

  • entity object
  • id int32
  • GUID string
  • name string
  • client object
  • id int32
  • name string
  • subclient object
  • id int32
  • name string
  • backupset object
  • id int32
  • name string
  • instance object
  • id int32
  • name string
  • workloadType string

    Possible values: [GENERIC, O365, SALESFORCE, EXCHANGE, SHAREPOINT, ONEDRIVE, TEAMS, DYNAMICS_365, VSA, FILESYSTEM, KUBERNETES, AZURE_AD, CLOUD_LAPTOP, FILE_STORAGE_OPTIMIZATION, DATA_GOVERNANCE, E_DISCOVERY, SQL_SERVER, ORACLEDB, DB2, ACTIVE_DIRECTORY, DATABASE, PHYSICAL_SERVER, GOOGLE_CLOUD_PLATFORM, ACTIVE_DIRECTORY_FOREST]

Responses

List of available regions of provided entity


Schema
  • entities object[]

    List of entities and their copy available region details

  • entity object
  • id int32
  • GUID string
  • name string
  • client object
  • id int32
  • name string
  • subclient object
  • id int32
  • name string
  • backupset object
  • id int32
  • name string
  • instance object
  • id int32
  • name string
  • regionInfo object[]

    List of copy available regions of entity

  • entityRegionType string

    Possible values: [BACKUP, WORKLOAD]

  • region object
  • id int32
  • name string
  • recoveryReadiness object

    Recovery readiness info

  • recoveryStatusNotReadyCategory string

    Possible values: [NONE = 0, INVALID_VM_NAME = 1, INVALID_COPY = 2, MARK_AS_FAILED = 4, INVALID_SMART_FOLDER = 8, LAST_BACKUP_OUTDATED = 32, LAST_BACKUP_NOT_READY = 64, MANAGED_IDENTITY_ENABLED = 128, AUTOSCALING_DISABLED = 256, ENABLE_AUTOSCALING_FOR_THREATSCAN = 512, PRIMARY_ASSET_COPIES_NOT_AVAILABLE = 1024]

    Recovery status not ready category

  • recoveryStatusNotReadyReason string
  • copyAvailableTime int32

    Timestamp of the latest backup job start time present in the copy that would be used for recovery. Value would be -1 if no valid copy is present for recovery.

  • lastFullBackupTime int32

    Last available full backup job start time present in the copy in UNIX timestamp format. Value would be -1 if no valid copy is present.

Loading...