NetAppDocs / element-software

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

Missing keys in driveStats object #200

Open scaleoutsean opened 4 months ago

scaleoutsean commented 4 months ago

Page URL

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

Page title

driveStats

Summary

These keys are missing from the API docs:

{
  "id": 1,
  "result": {
    "driveStats": [
      {
        "activeSessions": 3,
        "driveID": 1,
        "failedDieCount": 0,
        "iosInProgress": 0,
        "lifeRemainingPercent": 0,
        "lifetimeReadBytes": 0,
        "lifetimeWriteBytes": 0,
        "powerOnHours": 0,
        "procTimestamp": 0,
        "readBytes": 68181450752,
        "readMsec": 0,
        "readOps": 262657,
        "readSectors": 0,
        "reads": 0,
        "readsCombined": 0,
        "reallocatedSectors": 0,
        "reserveCapacityPercent": 0,
        "sectorSize": 0,
        "timestamp": "2024-05-23T08:28:39.745670Z",
        "totalCapacity": 14495514624,
        "uncorrectableErrors": 0,
        "usedCapacity": null,
        "usedMemory": 6925672448,
        "writeBytes": 337784889344,
        "writeMsec": 0,
        "writeOps": 4049534,
        "writeSectors": 0,
        "writes": 0,
        "writesCombined": 0
      }]}}

Public issues must not contain sensitive information

netapp-pcarriga commented 4 months ago

@scaleoutsean Hi Sean, thank you for bringing this to our attention. I will investigate and update you here.