OBJECT

EnableAutomaticFmdUploadReply

Description

Status of 'enable automatic upload' service on certain cluster.

link GraphQL Schema definition

  • type EnableAutomaticFmdUploadReply {
  • # The cluster UUID.
  • clusterId: String!
  • # Specifies whether automatic snapshot metadata (FMD) upload is enabled
  • # for the cluster or not.
  • enabled: Boolean!
  • }

link Require by