GET api/ScanResults/GetScanResultsNet/{sampleId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sampleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetScanResultsNet_Result
NameDescriptionTypeAdditional information
Id

integer

None.

SampleId

integer

None.

ProcessId

integer

None.

ProcessName

string

None.

ServiceName

string

None.

ServiceDescription

string

None.

KernelTimeDelta

decimal number

None.

UserTimeDelta

decimal number

None.

KernelAndUserTimeDelta

decimal number

None.

KernelAndUserAndIdleTimeDelta

decimal number

None.

KernelAndUserTimePercentage

decimal number

None.

ReadAndWriteAndOtherIoOperationsCount

decimal number

None.

ReadAndWriteAndOtherIoOperationsDelta

decimal number

None.

WorkingSetSize

decimal number

None.

PossibleUploadBandwidth

integer

None.

PossibleDownloadBandwidth

integer

None.

NetworkTraceSeconds

integer

None.

BytesIn

decimal number

None.

BytesOut

decimal number

None.

BytesInOut

decimal number

None.

UploadPercentage

decimal number

None.

DownloadPercentage

decimal number

None.

TotalTraffic

decimal number

None.

RelativeInPercentage

decimal number

None.

RelativeOutPercentage

decimal number

None.

Name

string

None.

Description

string

None.

Manufacturer

string

None.

Link

string

None.

ProcessLookupRatingId

string

None.

ProcessLookupRatingName

string

None.

ProcessLookupRatingSortOrder

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "sampleId": 2,
    "processId": 3,
    "processName": "sample string 4",
    "serviceName": "sample string 5",
    "serviceDescription": "sample string 6",
    "kernelTimeDelta": 7.0,
    "userTimeDelta": 8.0,
    "kernelAndUserTimeDelta": 9.0,
    "kernelAndUserAndIdleTimeDelta": 10.0,
    "kernelAndUserTimePercentage": 11.0,
    "readAndWriteAndOtherIoOperationsCount": 12.0,
    "readAndWriteAndOtherIoOperationsDelta": 13.0,
    "workingSetSize": 14.0,
    "possibleUploadBandwidth": 15,
    "possibleDownloadBandwidth": 16,
    "networkTraceSeconds": 17,
    "bytesIn": 18.0,
    "bytesOut": 19.0,
    "bytesInOut": 20.0,
    "uploadPercentage": 21.0,
    "downloadPercentage": 22.0,
    "totalTraffic": 1.0,
    "relativeInPercentage": 1.0,
    "relativeOutPercentage": 1.0,
    "name": "sample string 23",
    "description": "sample string 24",
    "manufacturer": "sample string 25",
    "link": "sample string 26",
    "processLookupRatingId": "sample string 27",
    "processLookupRatingName": "sample string 28",
    "processLookupRatingSortOrder": 1
  },
  {
    "id": 1,
    "sampleId": 2,
    "processId": 3,
    "processName": "sample string 4",
    "serviceName": "sample string 5",
    "serviceDescription": "sample string 6",
    "kernelTimeDelta": 7.0,
    "userTimeDelta": 8.0,
    "kernelAndUserTimeDelta": 9.0,
    "kernelAndUserAndIdleTimeDelta": 10.0,
    "kernelAndUserTimePercentage": 11.0,
    "readAndWriteAndOtherIoOperationsCount": 12.0,
    "readAndWriteAndOtherIoOperationsDelta": 13.0,
    "workingSetSize": 14.0,
    "possibleUploadBandwidth": 15,
    "possibleDownloadBandwidth": 16,
    "networkTraceSeconds": 17,
    "bytesIn": 18.0,
    "bytesOut": 19.0,
    "bytesInOut": 20.0,
    "uploadPercentage": 21.0,
    "downloadPercentage": 22.0,
    "totalTraffic": 1.0,
    "relativeInPercentage": 1.0,
    "relativeOutPercentage": 1.0,
    "name": "sample string 23",
    "description": "sample string 24",
    "manufacturer": "sample string 25",
    "link": "sample string 26",
    "processLookupRatingId": "sample string 27",
    "processLookupRatingName": "sample string 28",
    "processLookupRatingSortOrder": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetScanResultsNet_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wimps.Services.Api.Models">
  <GetScanResultsNet_Result>
    <BytesIn>18</BytesIn>
    <BytesInOut>20</BytesInOut>
    <BytesOut>19</BytesOut>
    <Description>sample string 24</Description>
    <DownloadPercentage>22</DownloadPercentage>
    <Id>1</Id>
    <KernelAndUserAndIdleTimeDelta>10</KernelAndUserAndIdleTimeDelta>
    <KernelAndUserTimeDelta>9</KernelAndUserTimeDelta>
    <KernelAndUserTimePercentage>11</KernelAndUserTimePercentage>
    <KernelTimeDelta>7</KernelTimeDelta>
    <Link>sample string 26</Link>
    <Manufacturer>sample string 25</Manufacturer>
    <Name>sample string 23</Name>
    <NetworkTraceSeconds>17</NetworkTraceSeconds>
    <PossibleDownloadBandwidth>16</PossibleDownloadBandwidth>
    <PossibleUploadBandwidth>15</PossibleUploadBandwidth>
    <ProcessId>3</ProcessId>
    <ProcessLookupRatingId>sample string 27</ProcessLookupRatingId>
    <ProcessLookupRatingName>sample string 28</ProcessLookupRatingName>
    <ProcessLookupRatingSortOrder>1</ProcessLookupRatingSortOrder>
    <ProcessName>sample string 4</ProcessName>
    <ReadAndWriteAndOtherIoOperationsCount>12</ReadAndWriteAndOtherIoOperationsCount>
    <ReadAndWriteAndOtherIoOperationsDelta>13</ReadAndWriteAndOtherIoOperationsDelta>
    <RelativeInPercentage>1</RelativeInPercentage>
    <RelativeOutPercentage>1</RelativeOutPercentage>
    <SampleId>2</SampleId>
    <ServiceDescription>sample string 6</ServiceDescription>
    <ServiceName>sample string 5</ServiceName>
    <TotalTraffic>1</TotalTraffic>
    <UploadPercentage>21</UploadPercentage>
    <UserTimeDelta>8</UserTimeDelta>
    <WorkingSetSize>14</WorkingSetSize>
  </GetScanResultsNet_Result>
  <GetScanResultsNet_Result>
    <BytesIn>18</BytesIn>
    <BytesInOut>20</BytesInOut>
    <BytesOut>19</BytesOut>
    <Description>sample string 24</Description>
    <DownloadPercentage>22</DownloadPercentage>
    <Id>1</Id>
    <KernelAndUserAndIdleTimeDelta>10</KernelAndUserAndIdleTimeDelta>
    <KernelAndUserTimeDelta>9</KernelAndUserTimeDelta>
    <KernelAndUserTimePercentage>11</KernelAndUserTimePercentage>
    <KernelTimeDelta>7</KernelTimeDelta>
    <Link>sample string 26</Link>
    <Manufacturer>sample string 25</Manufacturer>
    <Name>sample string 23</Name>
    <NetworkTraceSeconds>17</NetworkTraceSeconds>
    <PossibleDownloadBandwidth>16</PossibleDownloadBandwidth>
    <PossibleUploadBandwidth>15</PossibleUploadBandwidth>
    <ProcessId>3</ProcessId>
    <ProcessLookupRatingId>sample string 27</ProcessLookupRatingId>
    <ProcessLookupRatingName>sample string 28</ProcessLookupRatingName>
    <ProcessLookupRatingSortOrder>1</ProcessLookupRatingSortOrder>
    <ProcessName>sample string 4</ProcessName>
    <ReadAndWriteAndOtherIoOperationsCount>12</ReadAndWriteAndOtherIoOperationsCount>
    <ReadAndWriteAndOtherIoOperationsDelta>13</ReadAndWriteAndOtherIoOperationsDelta>
    <RelativeInPercentage>1</RelativeInPercentage>
    <RelativeOutPercentage>1</RelativeOutPercentage>
    <SampleId>2</SampleId>
    <ServiceDescription>sample string 6</ServiceDescription>
    <ServiceName>sample string 5</ServiceName>
    <TotalTraffic>1</TotalTraffic>
    <UploadPercentage>21</UploadPercentage>
    <UserTimeDelta>8</UserTimeDelta>
    <WorkingSetSize>14</WorkingSetSize>
  </GetScanResultsNet_Result>
</ArrayOfGetScanResultsNet_Result>