OBJECT

GetLambdaConfigReply

Description

Lambda configuration details of the Rubrik cluster.

link GraphQL Schema definition

  • type GetLambdaConfigReply {
  • # The account id associated with the request.
  • accountId: String!
  • # The cluster UUID.
  • clusterId: String!
  • # Whether automatic fmd upload is enabled for the cluster.
  • enableAutomaticFmdUpload: Boolean!
  • # Whether fmd upload is enabled for all resources.
  • enableFmdUploadForAllResources: Boolean!
  • # The default diff fmd upload prefix.
  • defaultDiffFmdUploadPrefix: String!
  • # The maximum number of snapshots to upload automatically.
  • maxSnapshotsToUploadAutomatically: Int!
  • # Enable or disable threat monitoring.
  • isThreatMonitoringEnabled: Boolean!
  • }