POST /solarnetwork/ssh?nodeId=text HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"session": {
"sessionId": "text",
"created": 1,
"nodeId": 1,
"host": "text",
"port": 1,
"reversePort": 1,
"startInstructionId": 1,
"stopInstructionId": 1,
"established": true
},
"data": {
"authorization": "text",
"authorization-date": 1,
"username": "text",
"password": "text"
},
"webSocketUrl": "text",
"solarNodeProxyUrl": "text",
"started": true
}DELETE /solarnetwork/ssh?nodeId=text HTTP/1.1
Host: api.ecosuite.io/
Authorization: YOUR_API_KEY
Accept: */*
{
"session": {
"sessionId": "text",
"created": 1,
"nodeId": 1,
"host": "text",
"port": 1,
"reversePort": 1,
"startInstructionId": 1,
"stopInstructionId": 1,
"established": true
}
}