Solarnode

Stores the user credentials for a Solar Node

post

Stores the user credentials for a Solar Node

Authorizations
Query parameters
nodeIdstringRequired

The node ID

proxyUrlstring · enumRequired

The proxy SSH URL for the node

Possible values:
Body
usernamestringOptional
passwordstringOptional
Responses
200

successful operation

application/json
Responseobject
post
POST //solarnetwork/credentials/solarnode HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "username": "text",
  "password": "text"
}
{}