Servers REST Endpoints
    
        Broker Control/Servers
    
Use for managing broker servers.
- Delete a Broker Server
- Method: deletePath:/api/broker/Servers/{id}
- Get a Broker Server by ID
- Method: getPath:/api/broker/Servers/{id}
- Get Acceptance of EULA
- Method: getPath:/api/broker/Servers/readEULAAcceptance
- Get Available Versions of Unified Assurance Package
- Method: getPath:/api/broker/Servers/readVersions
- Get Broker Servers
- Method: getPath:/api/broker/Servers
- Get Broker Servers for Combo Boxes and Item Selectors
- Method: getPath:/api/broker/Servers/readForSelect
- Get Install Status of Server Roles
- Method: getPath:/api/broker/Servers/readInstallStatus
- Get States of Broker Servers
- Method: getPath:/api/broker/Servers/readStates
- Update a Broker Server
- Method: putPath:/api/broker/Servers/{id}
- Update Acceptance of EULA
- Method: putPath:/api/broker/Servers/updateEULAAcceptance
- Update Server Roles
- Method: postPath:/api/broker/Servers/updateServerRoles
- Update Server Version
- Method: postPath:/api/broker/Servers/updateServers