INPUT_OBJECT

FlashBladeSystemParametersInput

Description

Supported in v8.1+ API credentials to add or update the Pure NAS system with API integration. Also contains credentials for SMB share access.

link GraphQL Schema definition

  • input FlashBladeSystemParametersInput {
  • # Supported in v8.1+
  • # TLS certification to validate the NAS server.
  • apiCertificate: String
  • # Supported in v8.1+
  • # ID corresponding to the imported certificate.
  • certificateId: String
  • # Supported in v8.1+
  • # Credentials to access SMB shares.
  • smbCredentials: GenericNasSystemCredentialsInput
  • # Required. Supported in v8.1+
  • apiToken: String!
  • # Required. Supported in v8.1+
  • # Specifies whether to enable SMB for this NAS system.
  • hasSmbSupport: Boolean!
  • }