OBJECT

DownloadSlaWithReplicationCsvReply

Description

Response indicating whether SLA Domains with the specified cluster UUID exist and whether the CSV file download containing those SLA Domains is successful.

link GraphQL Schema definition

  • type DownloadSlaWithReplicationCsvReply {
  • # True if an SLA Domain that replicates snapshots to the specified cluster exists.
  • doesSlaExists: Boolean!
  • # True if the download has been initiated and the CSV file will be available in
  • # the File Preparation Center.
  • isDownloadSuccessful: Boolean!
  • }

link Require by