OBJECT

ExchangeDagSummary

Description

Supported in v8.0+

link GraphQL Schema definition

  • type ExchangeDagSummary {
  • # Required. Supported in v8.0+
  • # SLA Domain ID assigned to the Exchange DAG.
  • configuredSlaDomainId: String!
  • # Required. Supported in v8.0+
  • # Type of the SLA Domain assigned to the Exchange DAG.
  • configuredSlaType: String!
  • # Required. Supported in v8.0+
  • # ID of the Exchange DAG.
  • id: String!
  • # Required. Supported in v8.0+
  • # Name of the Exchange DAG.
  • name: String!
  • backupPreference: ExchangeBackupPreference!
  • }