POST api/TrackerService/PostTrackerHealthLog
Request Information
URI Parameters
None.
Body Parameters
TrackerContextAndOfTrackerHealthLog| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackerContext | TrackerContext |
None. |
|
| Data | TrackerHealthLog |
None. |
Request Formats
application/json, text/json
Sample:
{
"TrackerContext": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"InCacheMode": true,
"CacheImagePath": "sample string 4"
},
"Data": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"ComputerName": "sample string 3",
"ComputerDescription": "sample string 4",
"HealthCheckTimeStamp": "2025-11-08T01:27:29.7113703+00:00",
"EventLevel": 1,
"EventCategory": 0,
"EventKind": 0,
"EventMessage": "sample string 6",
"EventTimeStamp": "2025-11-08T01:27:29.7113703+00:00"
}
}
application/xml, text/xml
Sample:
<TrackerContextAndOfTrackerHealthLogJcLlkay9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker">
<Data>
<ComputerDescription>sample string 4</ComputerDescription>
<ComputerName>sample string 3</ComputerName>
<EventCategory>General</EventCategory>
<EventKind>General</EventKind>
<EventLevel>Critical</EventLevel>
<EventMessage>sample string 6</EventMessage>
<EventTimeStamp>2025-11-08T01:27:29.7113703+00:00</EventTimeStamp>
<HealthCheckTimeStamp>2025-11-08T01:27:29.7113703+00:00</HealthCheckTimeStamp>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</Data>
<TrackerContext>
<CacheImagePath>sample string 4</CacheImagePath>
<InCacheMode>true</InCacheMode>
<OrganizationTrackerId>sample string 1</OrganizationTrackerId>
<TrackerId>sample string 2</TrackerId>
</TrackerContext>
</TrackerContextAndOfTrackerHealthLogJcLlkay9>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TrackerHealthCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| eliteFormDemand | TrackerHealthCommands |
None. |
|
| Params | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"eliteFormDemand": 0,
"Params": "sample string 1"
}
application/xml, text/xml
Sample:
<TrackerHealthCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RedV.EliteForm.DataContracts.Tracker"> <Params>sample string 1</Params> <eliteFormDemand>None</eliteFormDemand> </TrackerHealthCommand>