Skip to content

takeCloudDirectSnapshot

NAS Cloud Direct on demand snapshot.

Arguments

Argument Type Description
input (required) TakeCloudDirectSnapshotInput! Input for taking NAS Cloud Direct on demand snapshot.

Returns

BatchAsyncRequestStatus!

Sample

mutation TakeCloudDirectSnapshot($input: TakeCloudDirectSnapshotInput!) {
  takeCloudDirectSnapshot(input: $input)
}
{
  "input": {
    "objectFid": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "takeCloudDirectSnapshot": {
      "responses": [
        {
          "endTime": "2024-01-01T00:00:00.000Z",
          "id": "example-string",
          "nodeId": "example-string",
          "progress": 0.0,
          "result": "example-string",
          "startTime": "2024-01-01T00:00:00.000Z"
        }
      ]
    }
  }
}