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
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
Authorizations
Body
nodeIdsstring[]Optional
Responses
200
successful operation
application/json
400
Invalid status value
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"
]
}