OBJECT

NfAnomalyResult

Description

Non-filesystem Anomaly analysis report from lambda service.

link GraphQL Schema definition

  • type NfAnomalyResult {
  • # Unique ID for the anomaly.
  • anomalyId: String!
  • # The internal FID of the object.
  • workloadFid: UUID!
  • # The name of the object.
  • workloadName: String!
  • # The time at which the anomaly was detected.
  • detectionTime: DateTime!
  • # The type of the object.
  • objectType: ObjectTypeEnum!
  • # Specifies whether the snapshot is anomalous.
  • isAnomaly: Boolean!
  • # The Rubrik cluster of the object.
  • cluster: Cluster!
  • # The location of the object.
  • location: String!
  • }