Unsolved

1 Rookie

 • 

5 Posts

21

October 28th, 2025 15:25

ECS Management API for GET /dashboard/zones/localzone

According doc this API should return:

transactionReadTransactionsPerSec
transactionWriteTransactionsPerSec

transactionReadBandwidth
transactionWriteBandwidth

transactionReadLatency
transactionWriteLatency

nodeCpuUtilizationAvg

nodeMemoryUtilizationAvg

But those historical data doesn´t come . Any any one know how to query those?

Moderator

 • 

7.7K Posts

October 29th, 2025 14:08

Hello rodrigo.t.vieira,

Which version of ECS and api are you using, as you didn’t state that in your post?

1 Rookie

 • 

5 Posts

October 29th, 2025 15:05

Hi, according doc, the following APIs are changed in ECS 3.6.0.0:

  • /dashboard/zones/localzone
  • /dashboard/zones/localzone/nodes
  • /dashboard/nodes/{id}
  • /dashboard/storagepools/{id}/nodes

From the above APIs, the following data are removed:

nodeCpuUtilization*, nodeMemoryUtilizationBytes*, nodeMemoryUtilization*,
nodeNicBandwidth*, nodeNicReceivedBandwidth*, nodeNicTransmittedBandwidth*
nodeNicUtilization*, nodeNicReceivedUtilization*, nodeNicTransmittedUtilization*
capacityRebalanceEnabled, capacityRebalanced, capacityPendingRebalancing
capacityRebalancedAvg, capacityRebalanceRate, capacityPendingRebalancingAvg
transactionReadLatency, transactionWriteLatency, transactionReadBandwidth, transactionWriteBandwidth
transactionReadTransactionsPerSec, transactionWriteTransactionsPerSec, transactionErrors.*
diskReadBandwidthTotal, diskWriteBandwidthTotal, diskReadBandwidthEc, diskWriteBandwidthEc
diskReadBandwidthCc, diskWriteBandwidthCc, diskReadBandwidthRecovery, diskWriteBandwidthRecovery
diskReadBandwidthGeo, diskWriteBandwidthGeo, diskReadBandwidthUser
diskWriteBandwidthUser, diskReadBandwidthXor, diskWriteBandwidthXor

Now we should use influx API, but the doc it is so poor that still showing on API for 3.8 as srill available and doc about influx api doesn´t tell you or describe existed metrics and who you should use in place to get the same results. 

Moderator

 • 

7.7K Posts

October 30th, 2025 14:52

Hello rodrigo.t.vieira,

I am not sure why influx api is not running as it should. REST API is the recommend API that we suggest to customers if they are wanting to use API. We don’t have any guides or KB’s to configure influx api. Here is a link to all guides for ECS3.6.x. https://www.dell.com/support/kbdoc/en-us/000181997/ecs-3-6-x-product-documentation-index?lang=en

1 Rookie

 • 

5 Posts

October 30th, 2025 15:42

Cust was trying to get those attributes that was removed from API.

Moderator

 • 

7.7K Posts

October 30th, 2025 17:40

Hello rodrigo.t.vieira,

Have they tried the steps on page 217? Did they have a previous version API that they were using? I am not aware of where they can access the removed API.

1 Rookie

 • 

5 Posts

October 30th, 2025 18:12

metrics still there, but those removed will came zero value. And the table created to indicate to use the influxdb doesn´t tell exactly each metrics new name or give a table, like for example for TPS, there is no indication what new attribute would be. They are trying to use the API with ECS 3.8.1, but since 3.6 those required attributes, it is not any more collecting metrics according to docs. But we can see on embed Grafana that still exist some aware . Maybe the influxdb now, but doc doesn´t make clear what attribute use to collect.

No Events found!

Top