Get south connector by ID
Retrieves a specific south connector by its unique identifier
Path parameters
Response
The south connector object
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.22768533337
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/settings/retryIntervalto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/settings/retryIntervalto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the200statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/settings/maxParallelRunto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the200statusresponse-optional-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status200response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the200statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the200statusresponse-optional-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status200response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernameto the response with the200statusresponse-optional-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status200response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorInfluxDBDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetto the response with the200statusresponse-required-property-added
- ▲
- ○
added
SouthConnectorInfluxDBDTOto the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorADSDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/domainfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/passwordfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorFolderScannerDTO]/settings/usernamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMQTTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorModbusDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorMySQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorODBCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOPCUADTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOracleDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorRESTDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSFTPDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/endTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/recoveryStrategyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/startTimeOffsetfrom the response with the200statusresponse-required-property-removed
- ○
removed
SouthConnectorInfluxDBDTOfrom the response bodyanyOflist for the response status200response-body-any-of-removed
- ○
added the required property
anyOf[SouthConnectorADSDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorADSDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorFolderScannerDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMQTTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMSSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorModbusDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorMySQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorODBCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOIAnalyticsDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOLEDBDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOPCUADTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOracleDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorOsisoftPIDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorPostgreSQLDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorRESTDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSFTPDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/groups/items/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/group/allOf[SouthItemGroupDTO]/historySettings/overlapto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[SouthConnectorSQLiteDTO]/items/items/overlapto the response with the200statusresponse-required-property-added
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲