South Connectors

List south connector items

List all items for a south connector

get/api/south/{southId}/items/list

Path parameters

southIdstring required

Response

Array of south connector item objects

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.16736312478

  • 9a6250881fa736109See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • added SouthConnectorInfluxDBItemDTO to the items/ response property anyOf list for the response status 200

      response-property-any-of-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 200 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

  • ea1c80cb9c6910837See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the items/ response property anyOf list for the response status 200

      response-property-any-of-removed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 200 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

  • 6a232346b15836109See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • added SouthConnectorInfluxDBItemDTO to the items/ response property anyOf list for the response status 200

      response-property-any-of-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

  • 57cbe043ec5a10837See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the items/ response property anyOf list for the response status 200

      response-property-any-of-removed

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 200 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

  • 4c50d4a73f6636109See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • added SouthConnectorInfluxDBItemDTO to the items/ response property anyOf list for the response status 200

      response-property-any-of-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

  • a460443e789e10837See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

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

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 200 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

  • c5a35475739f3876See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added SouthConnectorInfluxDBItemDTO to the items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy to the response with the 200 status

      response-required-property-added

  • 2c78cb2da64710837See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed SouthConnectorInfluxDBItemDTO from the items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap to the response with the 200 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

  • 9eab61b4f3493876See the full diff
    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorADSItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFTPItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMQTTItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMSSQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorModbusItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorMySQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorODBCItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOLEDBItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOPCUAItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOracleItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorRESTItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSFTPItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property items/anyOf[SouthConnectorSQLiteItemDTO]/overlap from the response with the 200 status

      response-required-property-removed

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorADSItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFTPItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMQTTItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorModbusItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorMySQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorODBCItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOracleItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorRESTItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSFTPItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property items/anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffset to the response with the 200 status

      response-required-property-added