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",
"TrackerVersion": "1.20.9483.30519",
"DebuggerAttached": "false",
"MachineName": "wn0sdwk0000W9"
},
"Data": {
"OrganizationTrackerId": "sample string 1",
"TrackerId": "sample string 2",
"ComputerName": "sample string 3",
"ComputerDescription": "sample string 4",
"HealthCheckTimeStamp": "2025-12-21T10:07:26.2219747+00:00",
"EventLevel": 1,
"EventCategory": 0,
"EventKind": 0,
"EventMessage": "sample string 6",
"EventTimeStamp": "2025-12-21T10:07:26.2219747+00:00"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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>