INPUT_OBJECT

ObjectInfoInput

Description

Information about the object for which the bulk threat hunt is to be triggered.

link GraphQL Schema definition

  • input ObjectInfoInput {
  • # Rubrik cluster UUID corresponding to the object.
  • clusterUuid: UUID!
  • # Rubrik cluster version corresponding to the object.
  • clusterVersion: String
  • # Object FID.
  • objectFid: String
  • }