Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Get Local Zone Nodes

GET /dashboard/zones/localzone/nodes

Gets the local VDC node details.


Required Roles

Requires one of the following roles:

  • SYSTEM_MONITOR

  • SYSTEM_ADMIN


Response Body

Local VDC node details.


JSON Example

Request
GET https://192.168.0.0:4443/dashboard/zones/localzone/nodes HTTP/1.1

Content-Type: application/json
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/json

{
    "title" : "nodes List",
    "_links": {
       "self": { "href": "/dashboard/zones/localzone/nodes"},
    },
    "_embedded": {
        "instances": [{
            "_links": {
                "self": { "href": "/dashboard/nodes/{node-id1}" },
                "disks": { "href": "/dashboard/{node-id1}/disks" },
                "processes": { "href": "/dashboard/nodes/{node-id1}/processes" }
            },
            "apiChange" : "1",
            "id": {node-id1},
            "displayName": {display-name},

            "healthStatus": "Good",
            "numDisks": "40",
            "numGoodDisks": "40",
            "numBadDisks": "0",
            "numMaintenanceDisks": "0",
            "numReadyToReplaceDisks": "0",

            "storagePoolName" : "SP2",
            "storagePoolId" : "b40efcb6-8392-4f51-b965-8b12c9ba6a24",

            "allocatedCapacityForecast" : [
               {"unit" : "day", "forecast" : "9", "history" : "7", "target" : "50"},
               {"unit" : "day", "forecast" : "15", "history" : "7", "target" : "80"},
               {"unit" : "", "forecast" : "N/A", "history" : "30", "target" : "50"},
               {"unit" : "day", "forecast" : "53", "history" : "30", "target" : "80"}
            ],

            "diskSpaceTotal": [ {"t":"12345678" , "Space":500}, {"t":"23435455" , " Space ":500}, {"t":"55433455" , " Space ":500}],
            "diskSpaceFree": [ {"t":"12345678" , "Space":100}, {"t":"23435455" , " Space ":100}, {"t":"55433455" , " Space ":50}],
            "diskSpaceAllocated": [ {"t":"12345678" , "Space":400}, {"t":"23435455" , " Space ":400}, {"t":"55433455" , " Space ":450}],
            "diskSpaceAllocatedL1" : [ { "t" : "1502322826", "Space" : "44217988320" } ],
            "diskSpaceAllocatedL2" : [ { "t" : "1502322582", "Space" : "59861049600" } ]
            "diskSpaceAllocatedPercentage" : [ { "t" : "1502322582", "Percent" : "1.3010893632101532" } ],
            "diskSpaceFreeL1" : [ { "t" : "1502322826", "Space" : "7547002489760" } ],
            "diskSpaceFreeL2" : [ { "t" : "1502322582", "Space" : "348295061120" } ],
            "diskSpaceOfflineTotalCurrent" : [ { "t" : "1502937134", "Space" : "0" } ],
            "diskSpaceReservedCurrent" : [ { "t" : "1512778311", "Space" : "207500681984" } ],

            "nodeCpuUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":39}],
            "nodeMemoryUtilizationBytes": [ {"t":"12345678" , "Bytes":10000}, {"t":"23435455" , " Bytes ":10000}, {"t":"55433455" , " Bytes ":10000}],
            "nodeMemoryUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":39}],
            "nodeNicBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicReceivedBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicTransmittedBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],
            "nodeNicReceivedUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],
            "nodeNicTransmittedUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],

            "transactionReadLatency": [ {"t":"12345678" , "Latency":10000}, {"t":"23435455" , " Latency ":10000}, {"t":"55433455" , " Latency ":10000}],
            "transactionWriteLatency": [ {"t":"12345678" , "Latency":10000}, {"t":"23435455" , " Latency ":10000}, {"t":"55433455" , " Latency ":10000}],
            "transactionReadBandwidth": [ {"t":"12345678" , "Bandwidth":10000}, {"t":"23435455" , " Bandwidth ":10000}, {"t":"55433455" , " Bandwidth ":10000}],
            "transactionWriteBandwidth": [ {"t":"12345678" , " Bandwidth ":10000}, {"t":"23435455" , " Bandwidth ":10000}, {"t":"55433455" , " Bandwidth ":10000}],
            "transactionReadTransactionsPerSec": [ {"t":"12345678" , "TPS":10000}, {"t":"23435455" , " TPS ":10000}, {"t":"55433455" , " TPS ":10000}],
            "transactionWriteTransactionsPerSec ": [ {"t":"12345678" , " TPS ":10000}, {"t":"23435455" , " TPS ":10000}, {"t":"55433455" , " TPS ":10000}],
            "transactionErrors": {
                      "all": [ {"t":"12345678" , " Rate ":30}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":6}],
                       "errorSuccessTotals" : [ {
                            "successTotal" : 2020,
                            "errorTotal" : 6298
                        } ],
                       "types" : [ {
                             "errorType" : "404 (S3)",
                             "category" : "User",
                             "errorCount" : "6293",
                             "errorRate":  [ {"t" : "1463004000","Rate" : "75.7506330640299"}, {"t" : "1463151600","Rate" : "50.0"}, {"t":"55433455" , " Rate ":2}]
                        }, {
                             "errorType" : "400 (S3)",
                             "category" : "User",
                             "errorCount" : "4",
                             "errorRate":  [ {"t":"12345678" , " Rate ":10}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":2}]
                        }, {
                             "errorType" : "412 (ATMOS)",
                             "category" : "User",
                             "errorCount" : "1",
                             "errorRate":  [ {"t":"12345678" , " Rate ":10}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":2}]
                        } ]
             }

             "diskReadBandwidthTotal": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthTotal": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],     
             "diskReadBandwidthEc": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthEc": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],     
             "diskReadBandwidthCc": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthCc": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthRecovery": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthRecovery": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthGeo": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthGeo": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],  
             "diskReadBandwidthUser": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthUser": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthXor": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
          
        }, {
            "_links": {
                "self": { "href": "/dashboard/nodes/{node-id2}" },
                "disks": { "href": "/dashboard/nodes/{node-id2}/disks" },
               "processes": { "href": "/dashboard/nodes/{node-id2}/processes" }
            },
            "apiChange" : "1",
            "id": "node-id2",
            "displayName": "display-name",

            "healthStatus": "Good",
            "numDisks": "40",
            "numGoodDisks": "40",
            "numBadDisks": "0",
            "numMaintenanceDisks": "0",
            "numReadyToReplaceDisks": "0",

            "storagePoolName" : "SP2",
            "storagePoolId" : "b40efcb6-8392-4f51-b965-8b12c9ba6a24",

            "diskSpaceTotal": [ {"t":"12345678" , "Space":500}, {"t":"23435455" , " Space ":500}, {"t":"55433455" , " Space ":500}],
            "diskSpaceFree": [ {"t":"12345678" , "Space":100}, {"t":"23435455" , " Space ":100}, {"t":"55433455" , " Space ":50}],
            "diskSpaceAllocated": [ {"t":"12345678" , "Space":400}, {"t":"23435455" , " Space ":400}, {"t":"55433455" , " Space ":450}],
            "diskSpaceAllocatedL1" : [ { "t" : "1502322826", "Space" : "44217988320" } ],
            "diskSpaceAllocatedL2" : [ { "t" : "1502322582", "Space" : "59861049600" } ]
            "diskSpaceAllocatedPercentage" : [ { "t" : "1502322582", "Percent" : "1.3010893632101532" } ],
            "diskSpaceFreeL1" : [ { "t" : "1502322826", "Space" : "7547002489760" } ],
            "diskSpaceFreeL2" : [ { "t" : "1502322582", "Space" : "348295061120" } ],
            "diskSpaceOfflineTotalCurrent" : [ { "t" : "1502937134", "Space" : "0" } ],
            "diskSpaceReservedCurrent" : [ { "t" : "1512778311", "Space" : "207500681984" } ],

            "nodeCpuUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":39}],
            "nodeMemoryUtilizationBytes": [ {"t":"12345678" , "Bytes ":10000}, {"t":"23435455" , "Bytes ":10000}, {"t":"55433455" , "Bytes ":10000}],
            "nodeMemoryUtilization": [ {"t":"12345678" , "Percent":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":39}],
            "nodeNicBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicReceivedBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicTransmittedBandwidth": [ {"t":"12345678" , " Bandwidth":1000}, {"t":"23435455" , " Bandwidth":4300}, {"t":"55433455" , " Bandwidth":"3009"}],
            "nodeNicUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],
            "nodeNicReceivedUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],
            "nodeNicTransmittedUtilization": [ {"t":"12345678" , "Percent ":10}, {"t":"23435455" , "Percent ":43}, {"t":"55433455" , "Percent ":"39"}],

            "transactionReadLatency": [ {"t":"12345678" , "Latency":10000}, {"t":"23435455" , " Latency ":10000}, {"t":"55433455" , " Latency ":10000}],
            "transactionWriteLatency": [ {"t":"12345678" , "Latency":10000}, {"t":"23435455" , " Latency ":10000}, {"t":"55433455" , " Latency ":10000}],
            "transactionReadBandwidth": [ {"t":"12345678" , "Bandwidth":10000}, {"t":"23435455" , " Bandwidth ":10000}, {"t":"55433455" , " Bandwidth ":10000}],
            "transactionWriteBandwidth": [ {"t":"12345678" , " Bandwidth ":10000}, {"t":"23435455" , " Bandwidth ":10000}, {"t":"55433455" , " Bandwidth ":10000}],
            "transactionReadTransactionsPerSec": [ {"t":"12345678" , "TPS":10000}, {"t":"23435455" , " TPS ":10000}, {"t":"55433455" , " TPS ":10000}],
            "transactionWriteTransactionsPerSec ": [ {"t":"12345678" , " TPS ":10000}, {"t":"23435455" , " TPS ":10000}, {"t":"55433455" , " TPS ":10000}],
            "transactionErrors": {
                      "all": [ {"t":"12345678" , " Rate ":30}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":6}],
                       "errorSuccessTotals" : [ {
                            "successTotal" : 2020,
                            "errorTotal" : 6298
                        } ],
                       "types" : [ {
                             "errorType" : "404 (S3)",
                             "category" : "User",
                             "errorCount" : "6293",
                             "errorRate":  [ {"t" : "1463004000","Rate" : "75.7506330640299"}, {"t" : "1463151600","Rate" : "50.0"}, {"t":"55433455" , " Rate ":2}]
                        }, {
                             "errorType" : "400 (S3)",
                             "category" : "User",
                             "errorCount" : "4",
                             "errorRate":  [ {"t":"12345678" , " Rate ":10}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":2}]
                        }, {
                             "errorType" : "412 (ATMOS)",
                             "category" : "User",
                             "errorCount" : "1",
                             "errorRate":  [ {"t":"12345678" , " Rate ":10}, {"t":"23435455" , " Rate ":0}, {"t":"55433455" , " Rate ":2}]
                        } ]

             }
    
             "diskReadBandwidthTotal": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthTotal": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],     
             "diskReadBandwidthEc": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthEc": [ {"t":"12345678" , "diskIO":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],     
             "diskReadBandwidthCc": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthCc": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthRecovery": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthRecovery": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthGeo": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthGeo": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],  
             "diskReadBandwidthUser": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthUser": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskReadBandwidthXor": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}],
             "diskWriteBandwidthXor": [ {"t":"12345678" , " diskIO ":10000}, {"t":"23435455" , " diskIO ":10000}, {"t":"55433455" , " diskIO ":10000}]
        }]
    }
}

ATTRIBUTES DESCRIPTION
======================
a. All Time Stamps are GMT Epoch time in seconds.

b. Numbers can be reported in different formats, including without decimal point (e.g. 23000000), with decimal point
   (23000000.0) or exponential (2.3e7)

c. <Attribute>Current: The most recent value of an attribute. The attribute is returned in the form of a single snapshot
   {"t":12345678, " 'value tag' ":10} where 'value tag' reports the most recently known value of the attribute
   and timestamp 't' reports time for which this value is available. The value tag is the same as used for the original
   historical attribute. Units of the reported current value are the same as units of the corresponding historical attribute.

d. <Attribute>Summary: (Historical attributes only) The summary values for a historical attribute which includes
   Min (lowest), Max (highest) and Avg (average) values across all snapshots. The attribute is returned in the form of
   {"Min": {"t":"12345678", "Percent":10}, "Max": {"t":"23435455", "Percent": "43"}, "Avg": "30.67" }.
   The value tag is the same as used for the original historical attribute. Units of the reported current value are the
   same as units of the corresponding historical attribute.

e. 'dataType' filter: The client can use this filter to indicate which data needs to be returned in the feed. If not supplied,
    both current and historical data will be returned.
    dataType=current: return only the Current values, as detailed in Point C.
    dataType=historical&startTime=<Time>&endTime=<Time>&interval=<Interval in seconds>: return historical series data
    and summary for the period specified. Start and End Times are in Epoch Time in Seconds.

f. 'category' filter: Every API can be called with an optional 'category' filter. This filter specifies the category of
    data to be included in the API. It is recommended to use filters only when a subset of the attributes is necessary.

    category=capacityForecast: Use this filter to fetch specifically capacity forecasts for specified time frames and
    capacity targets. This filter works in conjunction with the following query parameters:
        cfTimeFrame: The list of time frames in the form of {<integer>d;<integer>w;...}, e.g., {7d;30d;26w}, with 'd' for day
                     and 'w' for week. For example, '7d' means the forecast is based on used capacity data in last 7 days.
        cfTarget: The list of targeted percentage of total capacity in the form of {<integer>;<integer>;...}, e.g., {50;80}.

        The forecast is based on linear regression of the historical data in the specified time frames. The results are
        number of days from now for used capacity to reach targeted capacity or 0 when used capacity has reached a specified
        target or "N/A" when
            a) used capacity history shows a downward trend in any specified time frames, or
            b) there are less than two historical data points in any specified time frames.

        curl example: curl -ksv https://10.1.1.1:4443/dashboard/zones/localzone/nodes?category=capacityForecast\&cfTimeFrame='\{7d;40d\}'\&cfTarget='\{60;99\}'

g. Starting from ECS 2.2 a new attribute named "apiChange' is returned.  This attribute may be removed in future versions
   of the API, and currently always has the value "1".

------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
Attribute                           | dataType  |Category|                         Description                                    |Units
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
url.self                            |           |        |URL to this resource                                                    |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
url.self                            |           |        |URL to this resource                                                    |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
url.self                            |           |        |URL to the node resource                                                |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
title                               |           |        |Name of resource                                                        |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
url.disks                           |           |        |URL to get data about all disks in the DAE associated with the node     |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
url.processes                       |           |        |URL to get data about major processes running on the node               |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
id                                  |           |        |Id of the node                                                          |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
displayName                         |           |        |Name of the node                                                        |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
numDisks                            |           |        |Number of disks in the DAE associated with the node                     |
------------------------------------+---+-------+--------+------------------------------------------------------------------------+--------
allocatedCapacityForecast           |   |capacityForecast|Capacity forecast for given time frames and targets                     |
------------------------------------+---+-------+--------+------------------------------------------------------------------------+--------
diskSpaceTotal                      |historical |capacity|Total  usable disk space across all disks in the DAE associated         |
                                    |           |        |with the node                                                           | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceFree                       |historical |capacity|Total  free usable disk space across all disks in the DAE               |
                                    |           |        |associated with the node                                                | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceAllocated                  |historical |capacity|Total  disk space allocated for chunks across all disks in the          |
                                    |           |        |DAE associated with the node                                            | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceAllocatedL1                |historical |capacity|Space allocated for chunks on the disk(s) for L1                        | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceAllocatedL2                |historical |capacity|Space allocated for chunks on the disk(s) for L2                        | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceAllocatedPercentage        |historical |capacity|Total allocated space over total usable space on disk(s)                | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceFree                       |historical |capacity|Total free usable disk space of disk(s) if status is Good               | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceFreeL1                     |historical |capacity|Level 1 usable disk space                                               | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceFreeL2                     |historical |capacity|Level 2 usable disk space                                               | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceOfflineTotalCurrent        |           |capacity|Total current offline disk space across all storage pools               | Bytes
                                    |           |        |in this zone, including only capacity of Offline nodes and              |
                                    |           |        |disks (with status NotAccessible, Suspect, Bad).                        |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskSpaceReservedCurrent            |           |capacity|Disk space reserved for each node in the local zone                     |Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
healthStatus                        |           |health  |Status of node - Good, Suspect, Bad, NotAccessible, Maintenance         |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
numGoodDisks                        |           |health  |Number of disks with a Good status in the DAE associated                |
                                    |           |        |with the node                                                           |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
numBadDisks                         |           |health  |Number of disks with a Bad status in the DAE associated with            |
                                    |           |        |the node                                                                |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
numMaintenanceDisks                 |           |health  |Number of disks on Node with status of Maintenance                      |
------------------------------------+-----------+---------------------------------------------------------------------------------+--------
numReadyToReplaceDisks              |           |health  | Number of disks on Node with status of Ready to replace                |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeCpuUtilization                  |           |health  |Percentage of the node CPU time spent non-kernel (user+nice) and        |
                                    |           |        |kernel (system) code relatively to total CPU time of all cores|
                                    |           |        |and processors installed on the node.                                   | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeMemoryUtilizationBytes          |           |health  |Amount of RAM used on the node excluding buffered and cached space      | Bytes
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeMemoryUtilization               |           |health  |Amount of RAM used on the node relativeley to the total RAM size        | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicBandwidth                    |           |health  |Amount of data transferred through NIC cards on this node per           | MB/s
                                    |           |        |second                                                                  |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicReceivedBandwidth            |           |health  |Amount of data received through NIC cards on this node per second       | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicTransmittedBandwidth         |           |health  |Amount of data transmitted through NIC cards on this node per second    | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicUtilization                  |           |health  |Amount of data transferred through NIC cards on this node per second    |
                                    |           |        |relative to maximum capacity.                                           | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicReceivedUtilization          |           |health  |Amount of data received through NIC cards on this node per second       |
                                    |           |        |relative to maximum capacity.                                           | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
nodeNicTransmittedUtilization       |           |health  |Amount of data transmitted through NIC cards on this node per second    |
                                    |           |        |relatively to maximum capacity.                                         | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionReadLatency              |historical |traffic |Average amount of time taken to process read transactions.              | ms
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionWriteLatency             |historical |traffic |Average amount of time taken to process write transactions.             | ms
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionReadBandwidth            |historical |traffic |Average amount of data returned in read transactions per second         |
                                    |           |        |over the previous interval                                              | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionWriteBandwidth           |historical |traffic |Average amount of data received in write transactions per second|
                                    |           |traffic |over the previous interval                                              | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionReadTransactionsPerSec   |historical |traffic |Average number of read transactions requested per second over           |
                                    |           |        |the previous interval                                                   | TPS
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionWriteTransactionsPerSec  |historical |traffic |Average number of write transactions requested per second over          |
                                    |           |        |the previous interval                                                   | TPS
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.all               |historical |traffic |Percentage of failed transactions per second over                       |
                                    |           |        |the previous interval                                                   | Percent
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.                  |historical |traffic |Count of successful requests over the sample period                     |
   errorSuccessTotals.              |           |        |                                                                        |
         successTotal               |           |        |                                                                        |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.                  |historical |traffic |Count of failed requests over the sample period.                        |
   errorSuccessTotals.              |           |        |                                                                        |
         errorTotal                 |           |        |                                                                        |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.types.errorType   |historical |traffic |Error Type e.g. 412 (S3), 401 (ATMOS)                                   |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.types.category    |historical |traffic |Error Category - User or System                                         |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.types.errorCount  |historical |traffic |Count of failed requests                                                |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
transactionErrors.types.errorRate   |historical |traffic |Percentage of failed transactions with this error Type                  |
                                    |           |        |per second over the previous interval. historical data for              |
                                    |           |        |specific error types includes only snapshots for the intervals          |
                                    |           |        |when this error type occurs at least once during the previous           | Percent
                                    |           |        |interval. For example, of error 201 occurred between 8-9am,             |
                                    |           |        |1-2pm and now is 7pm, only 2 snapshot intervals will be reported        |
                                    |           |        |in historical series for error 201 with timestamps corresponding        |
                                    |           |        |to 9am and 2pm.                                                         |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthTotal              |historical |diskIO  |Average amount of data read from disks per second                       | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthTotal             |historical |diskIO  |Average amount of data written to disks per second                      | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthEc                 |historical |diskIO  |Average amount of data read from disks for Erasure Coding per second    | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthEc                |historical |diskIO  |Average amount of data written to disks for Erasure Coding per second   | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthCc                 |historical |diskIO  |Average amount of data read from disks for Consistency Check per second | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthCc                |historical |diskIO  |Average amount of data written to disks for Consistency Check per second| MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthRecovery           |historical |diskIO  |Average amount of data read from disks for Recovery per second          | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthRecovery          |historical |diskIO  |Average amount of data written to disks for Recovery per second         | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthGeo                |historical |diskIO  |Average amount of data read from disks for Geo Replication per second   | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthGeo               |historical |diskIO  |Average amount of data written to disks for Geo Replication per second  | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthUser               |historical |diskIO  |Average amount of data read from disks for User data per second         | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthUser              |historical |diskIO  |Average amount of data written to disks for User Data per second        | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskReadBandwidthXor                |historical |diskIO  |Average amount of data read from disks for XOR operations per second    | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
diskWriteBandwidthXor               |historical |diskIO  |Average amount of data written to disks for XOR operations per second   | MB/s
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
storagePoolId                       |           |        |ID of the StoragePool                                                   |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------
storagePoolName                     |           |        |Name of the StoragePool                                                 |
------------------------------------+-----------+--------+------------------------------------------------------------------------+--------