OBJECT

TakeOnDemandSnapshotTaskchainUuid

Description

Represents the taskchain UUID in response to triggering the on-demand snapshot of workload.

link GraphQL Schema definition

  • type TakeOnDemandSnapshotTaskchainUuid {
  • # The ID of the workload.
  • workloadId: UUID!
  • # The uuid of the job instance.
  • taskchainUuid: UUID!
  • }