Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The REST interface is located at http://<<ip address>>/rest and uses JSON for data exchange. Table below describes the available resources:

Cabinet

URL

http://<<ip address>>/rest/cabinet

Method

GET

Description

Receives information on the cabinet.

Response

Code Block
languagejson
{ 
  "planks": «numberofplanks», 
  "sections": «numberofsections» 
}

...