INPUT_OBJECT
SapHanaLogSnapshotFilterInput
Description
Input for filtering SAP HANA log snapshots.
link GraphQL Schema definition
- input SapHanaLogSnapshotFilterInput {
- # Filter by cluster UUID.
- : [UUID!]
- # Filter by start time of the log snapshots.
- : DateTime
- # Filter by the archival status of log snapshots. By default, archived snapshots
- # are excluded.
- : Boolean
- # Filter by end time of the log snapshots.
- : DateTime
- # Filter by SAP HANA database ID.
- : [String!]
- }