OBJECT

StorageArrayDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type StorageArrayDetail {
  • # Supported in v5.0+
  • # A digital certificate, or concatenated chain of digital certificates, that
  • # permits verification of the public key certificate of the storage array. Each
  • # certificate must be an X.509 certificate in Base64 encoded DER format and must
  • # start with -----BEGIN CERTIFICATE----- and end with -----END CERTIFICATE-----.
  • caCerts: String
  • # Required. Supported in v5.0+
  • # Connection status of a Storage Array.
  • connectionStatus: RefreshableObjectConnectionStatus
  • # Required. Supported in v5.0+
  • # Resolvable hostname or IPv4 address of the storage array.
  • hostname: String!
  • # Required. Supported in v5.0+
  • id: String!
  • # Required. Supported in v5.0+
  • username: String!
  • arrayType: StorageArrayType!
  • }