Description
Retrieves a list of all unmanaged servers.
Parameters
None.
Responses
Status | Description |
---|---|
Successful |
Code: 200 List successfully retrieved. Body:
[ { "bam_id": int, "name": "string", "management_ip": "string", "service_ip": string, "appliance_type": "string", "role_enabled": [ "string" ], "configuration": "string" } ] Each returned server has the following fields:
|
Error |
Code: 500 Body:
{ "error": "string" } This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |