INPUT_OBJECT

TakeCloudDirectSnapshotInput

Description

Input for taking NAS Cloud Direct on demand snapshot.

link GraphQL Schema definition

  • input TakeCloudDirectSnapshotInput {
  • # FID of NAS Cloud Direct object to take on demand snapshot on.
  • objectFid: UUID!
  • # SLA Domain ID used for the on demand snapshot.
  • slaId: UUID
  • }

link Require by