INPUT_OBJECT
Db2LogSnapshotFilterInput
Description
Filter Db2 log snapshots.
link GraphQL Schema definition
- input Db2LogSnapshotFilterInput {
- # The workload ID for which log snapshots are filtered.
- String!] : [
- # The cluster uuid for which log snapshots are filtered.
- UUID!] : [
- # Start time for the log snapshots connection.
- DateTime :
- # End time for the log snapshots connection.
- DateTime :
- # Filter by the archival status of log snapshots. By default, archived snapshots
- # are excluded.
- Boolean :
- }