URLs Represent Resources
A REST API makes resources available at specific URLs. You can find a list of all thin clients in the UMS REST API at:
-
https://[server]:8443/umsapi/v3/thinclients
In a shorter notation, which assumes the base URL to be known:
-
/v3/thinclients
In order to address an individual instance of a resource - a thin client,for example - you specify its ID in the URL:
-
/v3/thinclients/8
Further Examples of Resources
|
URL |
Resource |
|
|
A list of all thin client directories |
|
|
The thin client directory with the ID 123 |
|
|
A list of all firmwares in the UMS instance |
|
|
The firmware with the ID 7 |
Find a list of all available resources here: IGEL Management Interface > IMI API V3 Reference