Monitoring the Dataset Sealing Process
Retrieve and monitor the dataset's seal status.
Using the CLI
Use the oci dts nfs-dataset seal-status command and required parameters to retrieve and monitor the dataset's seal status.
oci dts nfs-dataset seal-status --name dataset_name [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
For example:
oci dts nfs-dataset seal-status --name nfs-ds-1
{
"data": {
"bytesProcessed": 2803515612507,
"bytesToProcess": 2803515612507,
"completed": true,
"endTimeInMs": 1591990408804,
"failureReason": null,
"numFilesProcessed": 182,
"numFilesToProcess": 182,
"startTimeInMs": 1591987136180,
"success": true
}
}