How To Get The Disc Space Of All Elasticsearch Nodes From Browser

How to get the disc space of all Elasticsearch nodes from browser ?

Below URL can be used to get the disk space of all the nodes from browser

GET /_cat/nodes?v&h=n,i,dt,du,d
N = node name
I = ip address
Dt = total disk space
Du - disk used
D - disk available

Eg: http://ES_URL.com/_cat/node?v&h=n,i,dt,du,d