When attempting to create a DeviceSDT using the lm-sdk-python (specifically the sdt.py model), the operation fails with an error indicating that a "resource" cannot be found. This suggests a mismatch in the expected payload structure between the SDK and the LogicMonitor API for DeviceSDT creation.
Example of Web Interface API Payload (observed via web-dev tools):
{
"deviceId": 1,
"type": "ResourceSDT",
"sdtType": "oneTime",
"startDateTime": 1750312260000,
"endDateTime": 1750315860000,
"timezone": "Europe/Amsterdam",
"comment": ""
}