ServerData
                                    The data source server object and its settings.
API Section: Objects
Type: Object
Properties
| 
                                                     Name  | 
                                                
                                                     Description  | 
                                                
                                                     Required  | 
                                                
                                                     Type  | 
                                                
                                                     Format  | 
                                            
|---|---|---|---|---|
| 
                                                     
                                                          | 
                                                
                                                     The data source's system ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The data source server's caption or name  | 
                                                
                                                     Y  | 
                                                
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The data source server's type enumeration  | 
                                                
                                                     Y  | 
                                                ||
| 
                                                     
                                                          | 
                                                
                                                     The data source server's IP address or FQDN  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The instance name of the data source (if relevant)  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The data source server's port number  | 
                                                - | 
                                                     integer  | 
                                                
                                                     int32  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Read=0, Write=1, Default:Read  | 
                                                - | 
                                                     integer  | 
                                                
                                                     int32  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Optional parameters for data source connection  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Boolean flag if the data source will be secured by each end-user  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Authentication method details when securing the connection.  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     User Id needed for connection  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     User password need for connection  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The tenant ID that the data source will be attached to  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Additional connection properties and settings for the data source  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     Boolean to flag if the global account should be sued for connecting. Default:false  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The Pulse client ID if used with the data source  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The default database to be used with the data source  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Boolean flag if the data source will use Pyramid's security and metadata overlays  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The data source server's display folder  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The data source server's description  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The last date that the server has been modified. ignored in server creation  | 
                                                - | 
                                                     integer  | 
                                                
                                                     Api2: int64 - epoch time in milliseconds, Api3: String according to iso8601  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     Flag to set the state of the datasource to either be queryable or not  | 
                                                - | 
                                                     boolean  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     Types of swaps per tenant (server, database, both, none)  | 
                                                - | 
*Required elements are only used for API parameters
Usages
 /API2/dataSources/createDataServer
                                    
/API2/dataSources/createDataServers
                                    
 /API2/dataSources/getServerDataById
                                    
 /API3/dataSources/createDataServer
                                    
/API3/dataSources/createDataServers
                                    
 /API3/dataSources/getDataServerDetails
                                    
 id