Nodes

Get all nodes across all networks

get
Responses
chevron-right
200

OK

application/json
get
/api/nodes

Get an individual node

get
Authorizations
Responses
chevron-right
200

OK

application/json
get
/api/nodes/{network}/{nodeid}

Update an individual node

put
Authorizations
Responses
chevron-right
200

OK

application/json
put
/api/nodes/{network}/{nodeid}

Delete an individual node

delete
Authorizations
Responses
chevron-right
200

Node deleted.

application/json
Responsestring
delete
/api/nodes/{network}/{nodeid}

Create an egress gateway

post
Authorizations
Responses
chevron-right
200

OK

application/json
post
/api/nodes/{network}/{nodeid}/creategateway

Delete an egress gateway

delete
Authorizations
Responses
chevron-right
200

OK

application/json
delete
/api/nodes/{network}/{nodeid}/deletegateway

Create a gateway

post
Authorizations
Responses
chevron-right
200

OK

application/json
post
/api/nodes/{network}/{nodeid}/gateway

Delete a gateway

delete
Authorizations
Responses
chevron-right
200

OK

application/json
delete
/api/nodes/{network}/{nodeid}/gateway

Gets all nodes associated with network including pending nodes

get
Responses
chevron-right
200

OK

application/json
get
/api/nodes/adm/{network}

Delete all legacy nodes from DB.

delete
Authorizations
Responses
chevron-right
200

Wiped all legacy nodes.

application/json
Responsestring
delete
/api/v1/legacy/nodes

Get all nodes status on the network

get
Responses
chevron-right
200

OK

application/json
get
/api/v1/nodes/{network}/status

Last updated

Was this helpful?