INPUT_OBJECT

CloudDirectCheckSharePathReq

Description

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

link GraphQL Schema definition

  • input CloudDirectCheckSharePathReq {
  • # The UUID of the cluster to use for validation.
  • clusterId: UUID!
  • # The host or server address to check.
  • host: String!
  • # SMB password for authentication, optional and only used for SMB shares.
  • password: String
  • # The export path to validate.
  • path: String!
  • # Protocol of the export to check
  • protocol: CloudDirectNasProtocolType!
  • # SMB username for authentication, optional and only used for SMB shares.
  • user: String
  • }

link Require by