Create south connector item
Creates a new item in a south connector
Path parameters
Request body
Example request
{
"enabled": true,
"name": "Temperature Logs",
"scanModeId": "periodic-5min",
"groupId": "group-123",
"groupName": "Production Line A",
"syncWithGroup": true,
"maxReadInterval": 3600,
"readDelay": 200,
"startTimeOffset": -1000
}Response
Created
Example response
{
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Temperature Logs",
"enabled": true,
"scanMode": {
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Daily Backup Scan",
"description": "Scans for new backup data every day at midnight",
"cron": "0 0 * * *"
},
"group": {
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"standardSettings": {
"scanMode": {
"id": "entity123",
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z",
"name": "Daily Backup Scan",
"description": "Scans for new backup data every day at midnight",
"cron": "0 0 * * *"
},
"name": "Production Line A"
},
"historySettings": {
"readDelay": 200,
"maxReadInterval": 3600,
"startTimeOffset": -1000
}
},
"syncWithGroup": true,
"maxReadInterval": 3600,
"readDelay": 200,
"startTimeOffset": -1000
}Changes
Changed in 38 of the 73 revisions of this API.260814212504
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlaprequest-property-removed
- ○
added
SouthConnectorInfluxDBItemCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBItemDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBItemCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBItemDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapto the response with the201statusresponse-required-property-added
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlaprequest-property-removed
- ○
added
SouthConnectorInfluxDBItemCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBItemDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBItemCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBItemDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapto the response with the201statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlaprequest-property-removed
- ○
added
SouthConnectorInfluxDBItemCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBItemDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBItemCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBItemDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapto the response with the201statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlaprequest-property-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategynew-required-request-property
- ○
added
SouthConnectorInfluxDBItemCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBItemDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyto the response with the201statusresponse-required-property-added
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBItemCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBItemDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapto the response with the201statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUAItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteItemDTO]/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorInfluxDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUAItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPIItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPItemCommandDTO]/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteItemCommandDTO]/overlaprequest-property-removed
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUAItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteItemDTO]/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲