POST /system/cloud/providers/atrius/services/asset/logs
FROM API REVISION 6.0
All the properties can be sent separately.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
Object Name: Logs
Property Name | Type | Description | Method |
---|---|---|---|
Running | Boolean | True if the logging is running. | GET |
FileLogExists | Boolean | True if a log file is present on the device, false otherwise. | GET |
BestRssiMaxDeviation | Integer | GET POST |
|
CalculateSingleFixturePosition | Boolean | GET POST |
|
MinRssiThreshold | Integer | GET POST |
|
TagPositionSamplingTime | Integer | GET POST |
Url Example: https://0.0.0.0/api/rest/v1/system/cloud/providers/atrius/services/asset/logs
{
"minRssiThreshold": -80,
"tagPositionSamplingTime": 3000,
"bestRssiMaxDeviation": 6,
"calculateSingleFixturePosition": false
}
Url Example: https://0.0.0.0/api/rest/v1/system/cloud/providers/atrius/services/asset/logs
<?xml version="1.0" encoding="utf-8"?>
<AssetServiceLogs>
<BestRssiMaxDeviation>6</BestRssiMaxDeviation>
<CalculateSingleFixturePosition>false</CalculateSingleFixturePosition>
<MinRssiThreshold>-80</MinRssiThreshold>
<TagPositionSamplingTime>3000</TagPositionSamplingTime>
</AssetServiceLogs>