Node ids
List the Solarnetwork Node IDs that have been enabled and commissioned
Authorizations
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/solarnetwork/settings/node-idsGET /solarnetwork/settings/node-ids HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"nodeIds": [
"text"
]
}Store the Solarnetwork Node IDs that have been enabled and commissioned
Authorizations
Body
nodeIdsstring[]Optional
Responses
200
successful operation
application/json
400
Invalid status value
application/json
post
/solarnetwork/settings/node-idsPOST /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"
]
}{
"nodeIds": [
"text"
]
}