NetAppDocs / element-software

https://docs.netapp.com/us-en/element-software/
0 stars 0 forks source link

At least one wrong syncObject member type info #204

Open scaleoutsean opened 3 months ago

scaleoutsean commented 3 months ago

Page URL

https://docs.netapp.com/us-en/element-software/api/reference_element_api_syncjob.html

Page title

syncJob

Summary

image

{
  "id": 1,
  "result": {
    "syncJobs": [
      {
        "blocksPerSecond": 3338,
        "branchType": "volume",
        "dstServiceID": 5,
        "dstVolumeID": 10,
        "elapsedTime": 91,
        "percentComplete": 18,
        "remainingTime": 414.5555555555556,  # integer?
        "sliceID": 10,
        "stage": "data",
        "type": "remote"
      }]}}

blocksPerSecond also looks fishy. Maybe some of the others are wrong, too.

Public issues must not contain sensitive information

netapp-pcarriga commented 3 months ago

Hi @scaleoutsean, thank you for bringing this to our attention.