27 Backends
27.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 30.101.1. For the JSON schema refer to section 30.101.2.
Example
GET http://127.0.0.1:8888/api/backends/get?version=0
HTTP Response
HTTP/1.1 200 OK