Node
Add Node
Add a new node to the database and optionally add it as a host.
post/api/node
Request body
Example request
{
"add_as_new_host": true,
"address": "192.168.1.1",
"api_port": 62051,
"name": "DE node",
"port": 62050,
"usage_coefficient": 1
}Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.