INPUT_OBJECT

AddCloudDirectSharesToSystemInput

Description

Request to add new shares (NFS, NFS4, or SMB) to an existing system.

link GraphQL Schema definition

  • input AddCloudDirectSharesToSystemInput {
  • # NCD cluster UUID.
  • clusterUuid: UUID!
  • # List of share paths to existing generic NAS systems.
  • shares: [String!]!
  • # UUID of the system to add shares to.
  • systemId: UUID!
  • }

link Require by