24 Backends
24.1 Get
GET https://<HOST>:<PORT>/api/backends/get?version=0
Returns a list of the configured backends.
Required Permissions
-
API
-
Backends Read Access
Response Body Structure
The response body is strutured as an array. The array consists of Backend JSON objects. A description for its fields is at section 27.77.1. For the JSON schema refer to section 27.77.2.
Example
GET http://127.0.0.1:8111/api/backends/get?version=0
HTTP Response
HTTP/1.1 200 OK