Dashboard APIs
Lists the APIs that are changed or deprecated.
APIs changed in ECS 3.6.0.0
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
Below you can find information about where to find replacement for removed data. All data are accessible with Flux API.
NOTE: All removed data do not have direct alternatives. Some of the removed data should be calculated based on other metrics.
|
1. | Node system level data | |
Data removed |
|
|
Where replacement can be found | See Monitoring list of metrics: Non-Performance > | .|
Measurements | cpu, mem, net | |
2. | Rebalance related data | |
2.1 | Data removed |
|
Where replacement can be found | See Monitoring list of metrics: Non-Performance > | .|
Measurement | cq_node_rebalancing_summary | |
2.2 | Data removed |
|
Where replacement can be found | See Monitoring list of metrics: Non-Performance > | .|
Measurement | dtquery_cmf | |
Field | com.emc.ecs.chunk.rebalance.is_enabled (integer) | |
3. | Transaction related data | |
Data removed |
|
|
Where replacement can be found | For VDC metrics, see Monitoring list of metrics: Performance > | .|
For Node metrics, see Monitoring list of metrics: Performance > | .||
4. | Disk related data | |
Data removed |
|
|
Where replacement can be found | For VDC metrics, see Monitoring list of metrics: Non-Performance > | .|
For Node metrics, see Monitoring list of metrics: Non-Performance > | .
APIs removed in ECS 3.5.0.0
The following table lists the APIs that are removed in ECS 3.5.0.0:
API Name | Syntax | Description |
---|---|---|
Get Process | GET /dashboard/processes/{id} | Gets the process instance details. |
Get Node Processes | GET /dashboard/nodes/{id}/processes | Gets the details of processes in the node. |