OBJECT

FilesetTemplateDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FilesetTemplateDetail {
  • # Supported in v5.0+
  • # Number of hosts where this template has been applied.
  • hostCount: Int
  • # Required. Supported in v5.0+
  • id: String!
  • # Supported in v5.0+
  • isArchived: Boolean
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Supported in v5.0+
  • # Number of shares where this template has been applied.
  • shareCount: Int
  • # Supported in v6.0
  • # Specifies whether this is created by a Kupr Host.
  • isCreatedByKupr: Boolean
  • filesetTemplateCreate: FilesetTemplateCreate
  • }