POST api/VirusTotal/Get?computerId={computerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| computerId | globally unique identifier |
Required |
Body Parameters
ActionLogVirusTotalAPIDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | globally unique identifier |
None. |
|
| FullPath | string |
None. |
|
| ProcessPath | string |
None. |
|
| Certificates | string |
None. |
|
| Hash | string |
None. |
|
| Sha256 | string |
None. |
|
| CreatedByProcess | string |
None. |
|
| ActionType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationId": "5fcf071e-6f67-43e2-a69a-29e0fa2ec06a",
"FullPath": "sample string 2",
"ProcessPath": "sample string 3",
"Certificates": "sample string 4",
"Hash": "sample string 5",
"Sha256": "sample string 6",
"CreatedByProcess": "sample string 7",
"ActionType": "sample string 8"
}
application/xml, text/xml
Sample:
<VirusTotalController.ActionLogVirusTotalAPIDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppsAPI_DotNETFramework.Controllers"> <ActionType>sample string 8</ActionType> <ApplicationId>5fcf071e-6f67-43e2-a69a-29e0fa2ec06a</ApplicationId> <Certificates>sample string 4</Certificates> <CreatedByProcess>sample string 7</CreatedByProcess> <FullPath>sample string 2</FullPath> <Hash>sample string 5</Hash> <ProcessPath>sample string 3</ProcessPath> <Sha256>sample string 6</Sha256> </VirusTotalController.ActionLogVirusTotalAPIDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.