Node ids

List the Solarnetwork Node IDs that have been enabled and commissioned

get

List the Solarnetwork Node IDs that have been enabled and commissioned

Authorizations
Responses
200

successful operation

application/json
get
GET //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

post

Store the Solarnetwork Node IDs that have been enabled and commissioned

Authorizations
Body
nodeIdsstring[]Optional
Responses
200

successful operation

application/json
post
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"
  ]
}
{
  "nodeIds": [
    "text"
  ]
}