INPUT_OBJECT

DownloadAnomalyDetailsCsvInput

Description

Input to trigger asynchronous Anomaly Details CSV file download.

link GraphQL Schema definition

  • input DownloadAnomalyDetailsCsvInput {
  • # Rubrik cluster UUID corresponding to the object.
  • clusterUuid: UUID!
  • # The ID of the snapshot.
  • snapshotId: String!
  • # The ID of the workload.
  • workloadId: String!
  • }

link Require by