INPUT_OBJECT

CloudDirectValidateSharePathReq

Description

CloudDirectValidateSharePathReq represents a request to check if a share path is accessible.

link GraphQL Schema definition

  • input CloudDirectValidateSharePathReq {
  • # The UUID of the cluster to use for validation.
  • clusterId: UUID!
  • # The export path to validate.
  • path: String!
  • # Fid of the system to validate export path.
  • systemFid: UUID!
  • }

link Require by