List the Solarnetwork Node IDs that have been enabled and commissioned
/solarnetwork/settings/node-ids
curl -L \ --url 'https://api.ecosuite.io//solarnetwork/settings/node-ids' \ --header 'Authorization: YOUR_API_KEY'
{ "nodeIds": [ "text" ] }
Store the Solarnetwork Node IDs that have been enabled and commissioned
curl -L \ --request POST \ --url 'https://api.ecosuite.io//solarnetwork/settings/node-ids' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"nodeIds":[null]}'