---
title: "Changes to Create south connector"
method: POST
path: "/api/south"
---

# Changes to Create south connector

`POST /api/south`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 43 of 73 revisions.

- **2026-08-18** `87fa588c6b1b` — 2 breaking, 2 info
- **2026-07-28** `9a6250881fa7` — 163 breaking, 36 warning, 171 info
- **2026-07-26** `ea1c80cb9c69` — 199 breaking, 114 warning, 55 info
- **2026-07-20** `6a232346b158` — 162 breaking, 36 warning, 170 info
- **2026-07-15** `57cbe043ec5a` — 199 breaking, 114 warning, 55 info
- **2026-07-06** `4c50d4a73f66` — 162 breaking, 36 warning, 170 info
- **2026-07-03** `a460443e789e` — 199 breaking, 108 warning, 55 info
- **2026-06-30** `c5a35475739f` — 133 breaking, 38 warning, 114 info
- **2026-06-29** `ea736a81a931` — 36 breaking, 56 info
- **2026-06-24** `2c78cb2da647` — 202 breaking, 111 warning, 55 info
- **2026-06-23** `9eab61b4f349` — 136 breaking, 38 warning, 117 info
- **2026-06-22** `748932ded127` — 36 breaking, 56 info
- **2026-06-18** `f4c06376e038` — 55 breaking, 36 warning, 1 info
- **2026-06-17** `29657c3c1e70` — 38 breaking, 57 info
- **2026-06-09** `0384e25875aa` — 2 info
- **2026-06-04** `66ded2b6e4c2` — 1 breaking, 1 info
- **2026-06-02** `3536399ceee0` — 2 info
- **2026-06-02** `370cdd2b20b6` — 1 breaking, 1 info
- **2026-06-02** `6c0030217670` — 2 info
- **2026-05-18** `0b8fb9a143fd` — 2 breaking, 2 info
- **2026-05-12** `3cc62fda02a1` — 1 breaking, 1 info
- **2026-05-12** `bf3cc429dbcb` — 1 breaking, 1 info
- **2026-05-07** `0e73c27029f6` — 1 breaking, 3 info
- **2026-04-15** `861a7080570a` — 396 breaking, 90 warning, 90 info
- **2026-04-04** `f4c4f75208e6` — 18 breaking, 18 info
- **2026-03-25** `cdb5b7ea7199` — 180 warning, 360 info
- **2026-03-23** `8a31f65ba14a` — 121 breaking, 13 warning, 90 info
- **2026-03-20** `108013c94629` — 319 breaking, 108 warning, 121 info
- **2026-03-19** `fb56929c0675` — 180 warning, 360 info
- **2026-03-18** `d6e364e3cd4e` — 288 breaking, 144 info
- **2026-03-17** `3bf1b221f6ef` — 31 breaking, 157 warning, 288 info
- **2026-03-16** `0e8241292e16` — 108 breaking, 6 warning, 92 info
- **2026-03-10** `88f262299d5e` — 103 breaking, 326 warning, 127 info
- **2026-03-10** `76d90b88c3e5` — 121 breaking, 127 warning, 308 info
- **2026-03-03** `13ce5aea8a94` — 1 breaking, 3 warning
- **2026-02-24** `26363e43178c` — 1 breaking, 3 info
- **2026-02-16** `e0febbaacdc7` — 1 breaking, 3 warning
- **2026-02-09** `1478646796ac` — 91 breaking, 110 warning, 9 info
- **2026-02-03** `bb7c469357f8` — 109 breaking, 9 warning, 92 info
- **2026-02-02** `3c380f9494d5` — 9 breaking, 9 info
- **2026-01-26** `a291063e086b` — 100 breaking, 119 warning, 9 info
- **2026-01-19** `f7d0cb77f2c5` — 118 breaking, 9 warning, 101 info
- **2026-01-06** `d8e7a58e006a` — 1 breaking, 3 info

## Changes

- **2026-08-18** `87fa588c6b1b` — 2 breaking, 2 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/settings/retryInterval`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/settings/retryInterval`
  - added the required property `anyOf[#/components/schemas/SouthConnectorFTPDTO]/settings/retryInterval` to the response with the `201` status
  - added the required property `anyOf[#/components/schemas/SouthConnectorSFTPDTO]/settings/retryInterval` to the response with the `201` status
- **2026-07-28** `9a6250881fa7` — 163 breaking, 36 warning, 171 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset`
  - …330 more
- **2026-07-26** `ea1c80cb9c69` — 199 breaking, 114 warning, 55 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/items/items/overlap`
  - removed `#/components/schemas/SouthConnectorInfluxDBCommandDTO` from the request body `anyOf` list
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffset` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategy` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffset` from the response with the `201` status
  - …328 more
- **2026-07-20** `6a232346b158` — 162 breaking, 36 warning, 170 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset`
  - …328 more
- **2026-07-15** `57cbe043ec5a` — 199 breaking, 114 warning, 55 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/items/items/overlap`
  - removed `#/components/schemas/SouthConnectorInfluxDBCommandDTO` from the request body `anyOf` list
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffset` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategy` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffset` from the response with the `201` status
  - …328 more
- **2026-07-06** `4c50d4a73f66` — 162 breaking, 36 warning, 170 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset`
  - …328 more
- **2026-07-03** `a460443e789e` — 199 breaking, 108 warning, 55 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/items/items/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/items/items/overlap`
  - removed `#/components/schemas/SouthConnectorInfluxDBCommandDTO` from the request body `anyOf` list
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffset` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategy` from the response with the `201` status
  - removed the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffset` from the response with the `201` status
  - …322 more
- **2026-06-30** `c5a35475739f` — 133 breaking, 38 warning, 114 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorInfluxDBCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorInfluxDBCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset`
  - …245 more
- **2026-06-29** `ea736a81a931` — 36 breaking, 56 info
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorADSCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy`
  - added the new required request property `anyOf[#/components/schemas/SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy`
  - added `#/components/schemas/SouthConnectorInfluxDBCommandDTO` to the request body `anyOf` list
  - added `#/components/schemas/SouthConnectorInfluxDBDTO` to the response body `anyOf` list for the response status `201`
  - added the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategy` to the response with the `201` status
  - added the required property `anyOf[#/components/schemas/SouthConnectorADSDTO]/items/items/group/allOf[#/components/schemas/SouthItemGroupDTO]/historySettings/recoveryStrategy` to the response with the `201` status
  - …52 more
- …earlier changes are on the page: https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/south/post

---

[Operation](https://skmtc.dev/optimistiksas/apis/oibus-api/docs/api/south/post.md) · [API](https://skmtc.dev/optimistiksas/apis/oibus-api.md) · [Page](https://skmtc.dev/optimistiksas/apis/oibus-api/changes/api/south/post)
