GET | /devops/api/diagnostics/server |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Server | form | ServerInfo | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
NumOfProcessors | form | int | No | |
MachineName | form | string | No | |
Os | form | string | No | |
Is64BitProcess | form | bool | No | |
Is64BitOperatingSystem | form | bool | No | |
SystemPageSize | form | int | No | |
UptimeTicks | form | int | No | |
ClrVersion | form | string | No | |
MappedProcessMemory | form | long | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /devops/api/diagnostics/server HTTP/1.1 Host: devapi.billhighway.com Accept: text/csv
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"Server":{"NumOfProcessors":0,"MachineName":"String","Os":"String","Is64BitProcess":false,"Is64BitOperatingSystem":false,"SystemPageSize":0,"UptimeTicks":0,"ClrVersion":"String","MappedProcessMemory":0}}