This GET operation retrieves information about the connected network nodes.
GET /networknodes/nodeids
Data can either be returned in XML (default) or JSON formats, which can be controlled by using a request parameter:
Name | Values | Description |
---|---|---|
format | XML,JSON | Returns the result in the specified format. |
The response returned is a list of strings, wrapped in a stringList object. See the section "StringList Response Elements" for a detailed description.
GET /networknodes/nodeids
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sapi:stringList xmlns:sapi="http://www.ilcd-network.org/ILCD/ServiceAPI">
<sapi:string>ACME2</sapi:string>
<sapi:string>ATLANTIS</sapi:string>
<sapi:string>POMPINIA</sapi:string>
</sapi:stringList>