CloudDirectCheckSharePathReq
CloudDirectCheckSharePathReq represents a request to check if a share path is accessible.
Fields
| Field | Type | Description |
|---|---|---|
| clusterId | UUID! | The UUID of the cluster to use for validation. |
| host | String! | The host or server address to check. |
| password | String | SMB password for authentication, optional and only used for SMB shares. |
| path | String! | The export path to validate. |
| protocol | CloudDirectNasProtocolType! | Protocol of the export to check |
| user | String | SMB username for authentication, optional and only used for SMB shares. |