List the Solarnetwork Node IDs that have been enabled and commissioned
GET //solarnetwork/settings/node-ids HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "nodeIds": [ "text" ] }
Store the Solarnetwork Node IDs that have been enabled and commissioned
POST //solarnetwork/settings/node-ids HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 20 { "nodeIds": [ "text" ] }