GET api/ScanResults/GetScanResultsTop5Ram/{sampleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetScanResultsTop5Ram_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| ProcessName | string |
None. |
|
| ServiceName | string |
None. |
|
| WorkingSetSize | decimal number |
None. |
|
| RamTotalUsagePercent | integer |
None. |
|
| RamTotal | integer |
None. |
|
| RamTotalFree | integer |
None. |
|
| ProcessRamTotalScoreApfgeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"sampleId": 1,
"processId": 2,
"processName": "sample string 3",
"serviceName": "sample string 4",
"workingSetSize": 5.0,
"ramTotalUsagePercent": 1,
"ramTotal": 1,
"ramTotalFree": 1,
"processRamTotalScoreApfgeName": "sample string 6"
},
{
"sampleId": 1,
"processId": 2,
"processName": "sample string 3",
"serviceName": "sample string 4",
"workingSetSize": 5.0,
"ramTotalUsagePercent": 1,
"ramTotal": 1,
"ramTotalFree": 1,
"processRamTotalScoreApfgeName": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetScanResultsTop5Ram_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wimps.Services.Api.Models">
<GetScanResultsTop5Ram_Result>
<ProcessId>2</ProcessId>
<ProcessName>sample string 3</ProcessName>
<ProcessRamTotalScoreApfgeName>sample string 6</ProcessRamTotalScoreApfgeName>
<RamTotal>1</RamTotal>
<RamTotalFree>1</RamTotalFree>
<RamTotalUsagePercent>1</RamTotalUsagePercent>
<SampleId>1</SampleId>
<ServiceName>sample string 4</ServiceName>
<WorkingSetSize>5</WorkingSetSize>
</GetScanResultsTop5Ram_Result>
<GetScanResultsTop5Ram_Result>
<ProcessId>2</ProcessId>
<ProcessName>sample string 3</ProcessName>
<ProcessRamTotalScoreApfgeName>sample string 6</ProcessRamTotalScoreApfgeName>
<RamTotal>1</RamTotal>
<RamTotalFree>1</RamTotalFree>
<RamTotalUsagePercent>1</RamTotalUsagePercent>
<SampleId>1</SampleId>
<ServiceName>sample string 4</ServiceName>
<WorkingSetSize>5</WorkingSetSize>
</GetScanResultsTop5Ram_Result>
</ArrayOfGetScanResultsTop5Ram_Result>