INPUT_OBJECT

Db2LogSnapshotFilterInput

Description

Filter Db2 log snapshots.

link GraphQL Schema definition

  • input Db2LogSnapshotFilterInput {
  • # The workload ID for which log snapshots are filtered.
  • workloadId: [String!]
  • # The cluster uuid for which log snapshots are filtered.
  • clusterUuid: [UUID!]
  • # Start time for the log snapshots connection.
  • fromTime: DateTime
  • # End time for the log snapshots connection.
  • toTime: DateTime
  • # Filter by the archival status of log snapshots. By default, archived snapshots
  • # are excluded.
  • isArchived: Boolean
  • }