Summary

Provides a list of links to the resources available via the IGEL Management Interface. This makes the API discoverable by following the links.

Resource URL

/v1/

Example Request

curl \

--request GET \

https://[server]:8443/umsapi/v1/

Example Response

200 OK

{

"links": [

{

"rel": "Login",

"href": "https://172.30.91.23:8443/umsapi/v1/login"

},

{

"rel": "Thin Clients",

"href": "https://172.30.91.23:8443/umsapi/v1/thinclients"

},

{

"rel": "Thin Client Directories",

"href": "https://172.30.91.23:8443/umsapi/v1/directories/tcdirectories"

},

{

"rel": "Firmwares",

"href": "https://172.30.91.23:8443/umsapi/v1/firmwares"

}

]

}