ApexERPHost

<back to all web services

GetDbServerInfo

Requires Authentication
Required role:SysAdmin
The following routes are available for this service:
GET/dbadmin/servers/{Id}/info
GetDbServerInfo Parameters:
NameParameterData TypeRequiredDescription
IdpathstringNo
GetDbServerInfoResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformDbServerInfoNo
DbServerInfo Parameters:
NameParameterData TypeRequiredDescription
DomainformstringNo
MachineNameformstringNo
CpuCountformintNo
PhysicalMemoryMbformlongNo
IPAddressformstringNo
PortformstringNo
VersionformstringNo
IsClusteredformintNo
ClusterNodesformstringNo
MetaformDictionary<string, string>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /dbadmin/servers/{Id}/info HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":{"Domain":"String","MachineName":"String","CpuCount":0,"PhysicalMemoryMb":0,"IPAddress":"String","Port":"String","Version":"String","IsClustered":0,"ClusterNodes":"String","Meta":{"String":"String"}}}