POST api/SHA256Log/Insert

Request Information

URI Parameters

None.

Body Parameters

Sha256LogItemRequest
NameDescriptionTypeAdditional information
ComputerId

globally unique identifier

None.

OrganizationId

globally unique identifier

None.

CoreOS

string

None.

OperatingSystem

string

None.

Items

Collection of ThreatLockerItemDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "ComputerId": "6d5f0ad6-ad74-4d4e-943c-bb350fe3701b",
  "OrganizationId": "6ae9cf91-295d-4bf4-aa4c-400eae3d3d13",
  "CoreOS": "sample string 3",
  "OperatingSystem": "sample string 4",
  "Items": [
    {
      "D": "2026-07-23T20:40:24.8928207+00:00",
      "U": "sample string 2",
      "PID": "8a1cf119-475a-4cc2-a04b-b403160ba877",
      "PN": "sample string 3",
      "AT": 4,
      "AID": 5,
      "A": [
        {
          "Key": 1,
          "Value": {}
        },
        {
          "Key": 1,
          "Value": {}
        }
      ]
    },
    {
      "D": "2026-07-23T20:40:24.8928207+00:00",
      "U": "sample string 2",
      "PID": "8a1cf119-475a-4cc2-a04b-b403160ba877",
      "PN": "sample string 3",
      "AT": 4,
      "AID": 5,
      "A": [
        {
          "Key": 1,
          "Value": {}
        },
        {
          "Key": 1,
          "Value": {}
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<Sha256LogItemRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API">
  <ComputerId>6d5f0ad6-ad74-4d4e-943c-bb350fe3701b</ComputerId>
  <CoreOS>sample string 3</CoreOS>
  <Items>
    <ThreatLockerItemDTO>
      <A xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
        <d4p1:KeyValuePairOfintanyType>
          <d4p1:key>1</d4p1:key>
          <d4p1:value />
        </d4p1:KeyValuePairOfintanyType>
        <d4p1:KeyValuePairOfintanyType>
          <d4p1:key>1</d4p1:key>
          <d4p1:value />
        </d4p1:KeyValuePairOfintanyType>
      </A>
      <AID>5</AID>
      <AT>4</AT>
      <D>2026-07-23T20:40:24.8928207+00:00</D>
      <PID>8a1cf119-475a-4cc2-a04b-b403160ba877</PID>
      <PN>sample string 3</PN>
      <U>sample string 2</U>
    </ThreatLockerItemDTO>
    <ThreatLockerItemDTO>
      <A xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
        <d4p1:KeyValuePairOfintanyType>
          <d4p1:key>1</d4p1:key>
          <d4p1:value />
        </d4p1:KeyValuePairOfintanyType>
        <d4p1:KeyValuePairOfintanyType>
          <d4p1:key>1</d4p1:key>
          <d4p1:value />
        </d4p1:KeyValuePairOfintanyType>
      </A>
      <AID>5</AID>
      <AT>4</AT>
      <D>2026-07-23T20:40:24.8928207+00:00</D>
      <PID>8a1cf119-475a-4cc2-a04b-b403160ba877</PID>
      <PN>sample string 3</PN>
      <U>sample string 2</U>
    </ThreatLockerItemDTO>
  </Items>
  <OperatingSystem>sample string 4</OperatingSystem>
  <OrganizationId>6ae9cf91-295d-4bf4-aa4c-400eae3d3d13</OrganizationId>
</Sha256LogItemRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.