8.2.41 /api/v1/drivers

This API end point returns a list of the available device drivers for a specific M&C.

Supported HTTP methods: GET, HEAD, OPTIONS

GET /api/v1/drivers

Get the list of the available device drivers. The list is fetched from the primary M&C.

Parameters: none

Expected Payload: none.

Replied Payload: An ItemList document containing the names of all device drivers available.

Return Codes:

Code Description
200 OK, an ItemList document is returned.
400 The primary M&C is offline, cannot be queried. In this case an ApiError document is returned, describing details of the error.
401 Not logged in. In this case an ApiError document is returned, describing details of the error.