ONTAP Discussions

Power consumption of a node and shelves through the API

JonasB
918 Views

Is there any way to get the consumption of a node and shelves through the API?

2 REPLIES 2

Ontapforrum
895 Views

Do you mean using rest API ?

 

Following document contains the ONTAP to Rest API maps.
https://library.netapp.com/ecm/ecm_download_file/ECMLP2874886

Check under these:
GET /api/cluster/nodes/{uuid}
GET /api/storage/shelves/{uid}


FAQ:
https://devnet.netapp.com/restapi.php
https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/FAQs_on_ZAPI_to_ONTAP_REST_API_transformation_for_CPC_(Customer_Produc...

JonasB
893 Views

I have checked, no information on power on the requests.
Any parameters to put it?

Public