INPUT_OBJECT

SapHanaLogSnapshotFilterInput

Description

Input for filtering SAP HANA log snapshots.

link GraphQL Schema definition

  • input SapHanaLogSnapshotFilterInput {
  • # Filter by SAP HANA database ID.
  • workloadId: [String!]
  • # Filter by cluster UUID.
  • clusterUuid: [UUID!]
  • # Filter by start time of the log snapshots.
  • fromTime: DateTime
  • # Filter by end time of the log snapshots.
  • toTime: DateTime
  • # Filter by the archival status of log snapshots. By default, archived snapshots
  • # are excluded.
  • isArchived: Boolean
  • }