Manual Part 2

Wireless Array
Using Tools on the Wireless Array 403
The figure above shows the GET request for ethernet-stats{name}. Click again to
collapse (hide) the API details.
High-level details are shown, including the Response Class name and the
Response Content Type (limited to JSON at this time).
Trying a GET Request
The Try it out! button allows you to send the GET request to the Array API and
see its response. Developers can use this feature to design and implement
applications that use this response.
Enter any necessary Parameters and click the Try it out! button. Most GET
requests do not use any parameters. If they are required, their names will be listed
and there will be a field or a drop-down list to specify each one. An example is
shown in Figure 196. In some cases, there may be two versions of a request, with
and without parameters. For example, GET /ethernet-stats/{name} returns status
and statistics for a particular Ethernet port, while GET /ethernet-stats/ returns
information for all Ethernet ports.