Create south connector
Creates a new south connector with the provided configuration
Query parameters
Request body
Example request
{
"name": "Production Data Files",
"type": "folder-scanner",
"description": "Scans production data CSV files",
"enabled": true,
"items": [
{
"enabled": true,
"name": "Temperature Logs",
"scanModeId": "periodic-5min",
"groupId": "group-123",
"groupName": "Production Line A",
"syncWithGroup": true,
"maxReadInterval": 3600,
"readDelay": 200,
"startTimeOffset": -1000
}
],
"groups": [
{
"standardSettings": {
"scanModeId": "periodic-5min",
"name": "Production Line A"
},
"historySettings": {
"readDelay": 200,
"maxReadInterval": 3600,
"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": "Production Data Files",
"type": "folder-scanner",
"description": "Scans production data CSV files",
"enabled": true,
"items": [
{
"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
}
],
"groups": [
{
"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
}
}
]
}Changes
Changed in 43 of the 73 revisions of this API.366521073373
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/settings/retryIntervalnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/settings/retryIntervalnew-required-request-property
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/settings/retryIntervalto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/settings/retryIntervalto the response with the201statusresponse-required-property-added
- ▲
- 9a6250881fa716336171See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/settings/maxParallelRunnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlaprequest-property-removed
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamenew-optional-request-property
- ○
added
SouthConnectorInfluxDBCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the201statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/settings/maxParallelRunto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/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
- ▲
- ea1c80cb9c6919911455See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamerequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the201statusresponse-optional-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/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
- ▲
- 6a232346b15816236170See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlaprequest-property-removed
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamenew-optional-request-property
- ○
added
SouthConnectorInfluxDBCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the201statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- 57cbe043ec5a19911455See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamerequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the201statusresponse-optional-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/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
- ▲
- 4c50d4a73f6616236170See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlaprequest-property-removed
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordnew-optional-request-property
- ○
added the new optional request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamenew-optional-request-property
- ○
added
SouthConnectorInfluxDBCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the201statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the201statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- a460443e789e19910855See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/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
- ▲
- c5a35475739f13338114See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetnew-required-request-property
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlaprequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlaprequest-property-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the201statusresponse-required-property-added
- ▲
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategynew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategynew-required-request-property
- ○
added
SouthConnectorInfluxDBCommandDTOto the request bodyanyOflistrequest-body-any-of-added
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status201response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the201statusresponse-required-property-added
- ▲
- 2c78cb2da64720211155See the full diff
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorADSCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlapnew-required-request-property
- ▲
added the new required request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlapnew-required-request-property
- ▲
removed
SouthConnectorInfluxDBCommandDTOfrom the request bodyanyOflistrequest-body-any-of-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domainrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/passwordrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorFolderScannerCommandDTO]/settings/usernamerequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffsetrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategyrequest-property-removed
- ●
removed the request property
anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffsetrequest-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status201response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the201statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/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
- ▲