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 .jsv suffix or ?format=jsv
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/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { Server: { NumOfProcessors: 0, MachineName: String, Os: String, Is64BitProcess: False, Is64BitOperatingSystem: False, SystemPageSize: 0, UptimeTicks: 0, ClrVersion: String, MappedProcessMemory: 0 } }