NodesResource

NodesResource REST endpoint to access and manipulate collections of Node data. Copyright 2013 WANdisco.

The following resources are part of this group:

/nodes

Mount Point: /nodes

GET

Returns the NodeListDTO of all nodes this system knows about, including local nodes.

Parameters

name description type default
withRemoved (no documentation provided) query false

Response Body

element: (custom)
media types: application/xml
application/json

(no documentation provided)

/nodes/local

Mount Point: /nodes/local

GET

Returns a NodeListDTO of nodes which are local to this system.

Response Body

element: (custom)
media types: application/xml
application/json

(no documentation provided)

/nodes/removed

Mount Point: /nodes/removed

GET

Returns the NodeListDTO of all nodes that have the NODE_REMOVED attribute set to true.

Response Body

element: (custom)
media types: application/xml
application/json

(no documentation provided)