This API endpoint gives the backend information for example name and role.
Supported HTTP methods: GET
GET /api/v1/backendinfo
Returns the BackendInfo data objects.
Parameters: none
Expected Payload: none
Replied Payload: BackendInfo data objects
Return Codes:
| Code | Description |
|---|---|
| 200 | OK, returns a JSON document. |
| 401 | not logged in. In this case an ApiError document is returned,describing details of the error. |