NetAppDocs / element-software

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

Wrong information in bulkVolumeJob object #206

Open scaleoutsean opened 1 week ago

scaleoutsean commented 1 week ago

Page URL

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

Page title

bulkVolumeJob

Summary

image

I see running, which isn't even mentioned. Makes me wonder what other mistakes there are in here.

{
    "id": 1,
    "result": {
        "bulkVolumeJobs": [
            {
                "attributes": {
                    "blocksPerTransfer": 1024,
                    "firstPendingLba": 0,
                    "nLbas": 244140,
                    "nextLba": 0,
                    "pendingLbas": "[]",
                    "percentComplete": 0,
                    "startLba": 0
                },
                "bulkVolumeID": 25,
                "createTime": "2023-09-02T15:15:32Z",
                "elapsedTime": 11,
                "format": "native",
                "key": "f5075f5a4e23e108484492b0492409e3",
                "percentComplete": 0,
                "remainingTime": 1089,
                "script": "bv_internal.py",
                "srcVolumeID": 27,
                "status": "running",
                "type": "read"
            }
        ]
    }
}

Public issues must not contain sensitive information

netapp-pcarriga commented 1 week ago

Thank you @scaleoutsean for bringing this to our attention.