OBJECT

ThreatHuntCloudDirectCluster

Description

Cloud Direct NAS Cluster for Threat Monitoring.

link GraphQL Schema definition

  • type ThreatHuntCloudDirectCluster {
  • # The cluster connection status.
  • connectionStatus: String
  • # The cluster UUID.
  • id: UUID!
  • # Lambda configuration for threat monitoring.
  • lambdaConfig: GetLambdaConfigReply
  • # The cluster name.
  • name: String!
  • # The cluster product type.
  • productType: ClusterProductEnum!
  • # The cluster status.
  • status: ClusterStatus!
  • # The software version of the cluster.
  • version: String
  • }