South Connectors

Create south connector item

Creates a new item in a south connector

post/api/south/{southId}/items

Path parameters

southIdstring required

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "enabled": true,
  "name": "Temperature Logs",
  "scanModeId": "periodic-5min",
  "groupId": "group-123",
  "groupName": "Production Line A",
  "syncWithGroup": true,
  "maxReadInterval": 3600,
  "readDelay": 200,
  "startTimeOffset": -1000
}

Response

Created

OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR
OR

Example response

{
  "id": "entity123",
  "createdBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "updatedBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "createdAt": "2023-10-31T12:34:56.789Z",
  "updatedAt": "2023-10-31T12:34:56.789Z",
  "name": "Temperature Logs",
  "enabled": true,
  "scanMode": {
    "id": "entity123",
    "createdBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "updatedBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "createdAt": "2023-10-31T12:34:56.789Z",
    "updatedAt": "2023-10-31T12:34:56.789Z",
    "name": "Daily Backup Scan",
    "description": "Scans for new backup data every day at midnight",
    "cron": "0 0 * * *"
  },
  "group": {
    "id": "entity123",
    "createdBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "updatedBy": {
      "id": "abc123",
      "friendlyName": "John Doe (john.doe)"
    },
    "createdAt": "2023-10-31T12:34:56.789Z",
    "updatedAt": "2023-10-31T12:34:56.789Z",
    "standardSettings": {
      "scanMode": {
        "id": "entity123",
        "createdBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "updatedBy": {
          "id": "abc123",
          "friendlyName": "John Doe (john.doe)"
        },
        "createdAt": "2023-10-31T12:34:56.789Z",
        "updatedAt": "2023-10-31T12:34:56.789Z",
        "name": "Daily Backup Scan",
        "description": "Scans for new backup data every day at midnight",
        "cron": "0 0 * * *"
      },
      "name": "Production Line A"
    },
    "historySettings": {
      "readDelay": 200,
      "maxReadInterval": 3600,
      "startTimeOffset": -1000
    }
  },
  "syncWithGroup": true,
  "maxReadInterval": 3600,
  "readDelay": 200,
  "startTimeOffset": -1000
}

Changes

Changed in 38 of the 73 revisions of this API.260814212504

  • 9a6250881fa79018110See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      new-required-request-property

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      request-property-removed

    • added SouthConnectorInfluxDBItemCommandDTO to the request body anyOf list

      request-body-any-of-added

    • added SouthConnectorInfluxDBItemDTO to the response body anyOf list for the response status 201

      response-body-any-of-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ea1c80cb9c691275437See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      new-required-request-property

    • removed SouthConnectorInfluxDBItemCommandDTO from the request body anyOf list

      request-body-any-of-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the response body anyOf list for the response status 201

      response-body-any-of-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 6a232346b1589018110See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      new-required-request-property

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      request-property-removed

    • added SouthConnectorInfluxDBItemCommandDTO to the request body anyOf list

      request-body-any-of-added

    • added SouthConnectorInfluxDBItemDTO to the response body anyOf list for the response status 201

      response-body-any-of-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

  • 57cbe043ec5a1275437See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      new-required-request-property

    • removed SouthConnectorInfluxDBItemCommandDTO from the request body anyOf list

      request-body-any-of-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the response body anyOf list for the response status 201

      response-body-any-of-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4c50d4a73f669018110See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      new-required-request-property

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      request-property-removed

    • added SouthConnectorInfluxDBItemCommandDTO to the request body anyOf list

      request-body-any-of-added

    • added SouthConnectorInfluxDBItemDTO to the response body anyOf list for the response status 201

      response-body-any-of-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

  • a460443e789e1275437See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      new-required-request-property

    • removed SouthConnectorInfluxDBItemCommandDTO from the request body anyOf list

      request-body-any-of-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the response body anyOf list for the response status 201

      response-body-any-of-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • c5a35475739f761976See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      new-required-request-property

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorInfluxDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      request-property-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

  • ea736a81a9311838See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      new-required-request-property

    • added SouthConnectorInfluxDBItemCommandDTO to the request body anyOf list

      request-body-any-of-added

    • added SouthConnectorInfluxDBItemDTO to the response body anyOf list for the response status 201

      response-body-any-of-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy to the response with the 201 status

      response-required-property-added

  • 2c78cb2da6471275437See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      new-required-request-property

    • removed SouthConnectorInfluxDBItemCommandDTO from the request body anyOf list

      request-body-any-of-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategy

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      request-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the response body anyOf list for the response status 201

      response-body-any-of-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 201 status

      response-required-property-added

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 9eab61b4f349761976See the full diff
    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffset

      new-required-request-property

    • added the new required request property anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffset

      new-required-request-property

    • removed the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorInfluxDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 201 status

      response-required-property-removed

    • removed the required property anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 201 status

      response-required-property-removed

    • removed the request property anyOf[SouthConnectorADSItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorInfluxDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMQTTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMSSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorModbusItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorMySQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorODBCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOLEDBItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOPCUAItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOracleItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorRESTItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSFTPItemCommandDTO]/overlap

      request-property-removed

    • removed the request property anyOf[SouthConnectorSQLiteItemCommandDTO]/overlap

      request-property-removed

    • added the required property anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 201 status

      response-required-property-added

    • added the required property anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 201 status

      response-required-property-added