Get a Broker Server by ID
get
                    /api/broker/Servers/{id}
Gets the broker server that matches the specified ID.
                Request
Path Parameters
                - 
                    id(required):  integer(int32)
                    
                    The broker server ID.Example:1
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Successful operation
                            
                            
                                Root Schema : schema
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    
        
    
        
    
    Show Source
    - 
                
                object 
                
                
             SuccessfulGetOperation
                
            The response body for a successful get operation.
- 
                
                object 
                
                
             type
                
            
Nested Schema : SuccessfulGetOperation
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe response body for a successful get operation.
    
    
    
    
        Show Source
        - 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Loaded 1 entries
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:true
Nested Schema : brokerServersRead
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    BootTime: string
                    
                    
                     
                    
                
                
                The boot time represented as a Unix timestamp.Example:1689091296
- 
                
                    
                    BrokerLogLevel: integer
                    
                    
                     
                    
                
                
                The log level of the broker on the server. Allowed Values:- 0: OFF
- 1: FATAL
- 2: ERROR
- 3: WARN
- 4: INFO
- 5: DEBUG
 Example:0
- 
                
                    
                    BrokerThreads: integer
                    
                    
                     
                    
                
                
                The broker worker threads on the server.Example:20
- 
                
                    
                    CustomName: string
                    
                    
                     
                    
                
                
                The custom name of the server.Example:CustomServer
- 
                
                    
                    IsDatabase: string
                    
                    
                     
                    
                
                
                Whether the server is a database server or not.Example:No
- 
                
                    
                    IsPresentation: string
                    
                    
                     
                    
                
                
                Whether the server is a presentation server or not.Example:No
- 
                
                    
                    LogRotateCount: integer
                    
                    
                     
                    
                
                
                The number of rotated logs to keep on the server.Example:5
- 
                
                    
                    LogRotateSize: number
                    
                    
                     
                    
                
                
                The minimum size in megabytes of the logs before rotation on the server.Example:50
- 
                
                    
                    PrimaryServerID: integer
                    
                    
                     
                    
                
                
                The primary server ID if this server is redundant.Example:2
- 
                
                    
                    RedundantServerCount: string
                    
                    
                     
                    
                
                
                The number of redundant servers.Example:2
- 
                
                    
                    roles: array
                    
                    
                
                
                    roles
                
                
                The array of server roles.
- 
                
                    
                    ServerCategoryID: integer
                    
                    
                     
                    
                
                
                The server category ID. Allowed Values:- 1: Collection
- 2: Database
- 3: Presentation
 Example:1
- 
                
                    
                    ServerCategoryName: string
                    
                    
                     
                    
                
                
                The primary role of the server. Possible Values:- Collection
- Database
- Presentation
 Example:Presentation
- 
                
                    
                    ServerHostFQDN: string
                    
                    
                     
                    
                
                
                The server host FQDN making request.Example:server.com
- 
                
                    
                    ServerID: integer
                    
                    
                     
                    
                
                
                The server ID.Example:1
- 
                
                    
                    ServerPlatformName: string
                    
                    
                     
                    
                
                
                The server platform name.Example:EXL8
- 
                
                    
                    State: string
                    
                    
                     
                    
                
                
                The server state.Example:Unknown
- 
                
                    
                    StatusID: integer
                    
                    
                     
                    
                
                
                The server status ID. Either 0 (disabled) or 1 (enabled).Example:1
- 
                
                    
                    subroles: object
                    
                    
                
                
                    subroles
                
                
                The object denoting different main server roles and their respective sub roles.
- 
                
                    
                    Timezone: string
                    
                    
                     
                    
                
                
                The server timezone.Example:GMT+5:30
- 
                
                    
                    Version: string
                    
                    
                     
                    
                
                
                The version of the application under use.Example:6.0.4.0.0
- 
                
                    
                    ZoneID: integer
                    
                    
                     
                    
                
                
                The zone ID.Example:1
Nested Schema : subroles
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe object denoting different main server roles and their respective sub roles.
    
    
    
    
        Show Source
        - 
                
                    
                    Cluster: array
                    
                    
                
                
                    Cluster
                
                
                The array of available sub roles for the main cluster server role.
- 
                
                    
                    Collection: array
                    
                    
                
                
                    Collection
                
                
                The array of available sub roles for the main collection server role.
- 
                
                    
                    Database: array
                    
                    
                
                
                    Database
                
                
                The array of available sub roles for the main server role database.
- 
                
                    
                    Presentation: array
                    
                    
                
                
                    Presentation
                
                
                The array of available sub roles for the main presentation server role.
- 
                
                    
                    Processing: array
                    
                    
                
                
                    Processing
                
                
                The array of available sub roles for the main processing server role.
- 
                
                    
                    Vision: array
                    
                    
                
                
                    Vision
                
                
                The array of available sub roles for the main Vision server role.
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    id: integer
                    
                    
                     
                    
                
                
                The server role ID.Example:2
- 
                
                    
                    role: string
                    
                    
                     
                    
                
                
                The role name.Example:Cluster
- 
                
                    
                    selected: boolean
                    
                    
                     
                    
                
                
                Whether the server role is selected or not.Example:1
- 
                
                    
                    serverID: integer
                    
                    
                     
                    
                
                
                The server ID.Example:4
- 
                
                    
                    subrole: string
                    
                    
                     
                    
                
                
                The sub role name.Example:Internal
- 
                
                    
                    version: string
                    
                    
                     
                    
                
                
                The version of the application under use.Example:6.0.4.0.0
Nested Schema : Cluster
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main cluster server role.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Collection
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main collection server role.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Database
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main server role database.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Presentation
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main presentation server role.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Processing
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main processing server role.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : Vision
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of available sub roles for the main Vision server role.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Default Response
Failed operation
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    errors: array
                    
                    
                
                
                    errors
                
                
                The list of errors reported. Validation errors will be keyed by record field.
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                The response message.Example:Exception thrown
- 
                
                    
                    success: boolean
                    
                    
                     
                    
                
                
                Whether the operation was a success (true) or a failure (false).Example:false
Nested Schema : errors
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of errors reported. Validation errors will be keyed by record field.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  items
            
            An error.
Nested Schema : items
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAn error.