Stores the SSH credentials for a Solar Node
The node ID
POST //solarnetwork/credentials/ssh HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 37 { "username": "text", "password": "text" }
successful operation
{}