OIAnalytics Commands

Search OIAnalytics commands

Searches OIAnalytics commands with optional filtering by type, status, and time range.

get/api/oianalytics/commands/search

Query parameters

typesstring required

Comma-separated list of command types to filter by (e.g. update-version,restart-engine).

statusstring required

Comma-separated list of statuses to filter by (e.g. COMPLETED,ERRORED). Valid values: RETRIEVED, RUNNING, ERRORED, CANCELLED, COMPLETED.

startstring required

Represents an instant in time as an ISO 8601 string.

Example:2023-10-31T12:34:56.789Z

ISO 8601 start of the time range.

endstring required

Represents an instant in time as an ISO 8601 string.

Example:2023-10-31T12:34:56.789Z

ISO 8601 end of the time range.

ackboolean required

Filter by acknowledgement status. true returns only acknowledged commands.

pagenumber double

Response

Paginated list of commands

totalElementsnumber double required

The total number of elements across all pages.

sizenumber double required

The size of the page, i.e., the maximum number of elements per page.

numbernumber double required

The number of the current page, starting at 0.

totalPagesnumber double required

The total number of pages (which can be 0 if there are no elements).

Example response

{
  "content": [
    {
      "id": "cmd123",
      "ack": true,
      "retrievedDate": "2023-10-31T12:34:56.789Z",
      "completedDate": "2023-10-31T12:34:56.789Z",
      "result": "Success",
      "commandContent": {
        "backupFolders": "/backup",
        "updateLauncher": true,
        "assetId": "asset123",
        "version": "3.7.0"
      }
    }
  ],
  "totalElements": 2,
  "size": 10,
  "totalPages": 1
}

Changes

Changed in 54 of the 73 revisions of this API.31566534276

    • added the required property content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQueryFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQuerySFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/settings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/settings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQueryFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQuerySFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQueryFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent/allOf[subschema #2]/anyOf[HistoryQuerySFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand/allOf[subschema #2]/anyOf[HistoryQueryFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand/allOf[subschema #2]/anyOf[HistoryQuerySFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery/allOf[subschema #2]/anyOf[HistoryQueryFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery/allOf[subschema #2]/anyOf[HistoryQuerySFTPSouthCommandDTO]/southSettings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/settings/retryInterval to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/settings/retryInterval to the response with the 200 status

      response-required-property-added

  • 9a6250881fa77224246See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/testingSettings/transformer to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-removed

    • added HistoryQueryInfluxDBItemCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-added

    • added OIBusUpdateEngineGeneralCommandDTO OIBusUpdateEngineWebServerCommandDTO OIBusUpdateEngineProxyCommandDTO OIBusUpdateEngineLoggerCommandDTO OIBusTestTransformerCommandDTO to the content/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

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

      response-property-any-of-removed

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/settings/maxParallelRun to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/settings/maxParallelRun to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

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

  • ea1c80cb9c6921613111See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/testingSettings/transformer from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-removed

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

      response-property-any-of-added

    • removed HistoryQueryInfluxDBItemCommandDTO from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed OIBusUpdateEngineGeneralCommandDTO OIBusUpdateEngineWebServerCommandDTO OIBusUpdateEngineProxyCommandDTO OIBusUpdateEngineLoggerCommandDTO from the content/items/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

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

    • added OIBusUpdateEngineGeneralCommandDTO OIBusUpdateEngineWebServerCommandDTO OIBusUpdateEngineProxyCommandDTO OIBusUpdateEngineLoggerCommandDTO to the content/items/ response property anyOf list for the response status 200

      response-property-any-of-added

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

      response-property-any-of-removed

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

  • 6a232346b1587224248See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/testingSettings/transformer to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-removed

    • added HistoryQueryInfluxDBItemCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUrl to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/logParameters/syslog to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

  • 57cbe043ec5a22212109See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyPassword from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUrl from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUsername from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/logParameters/syslog from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyPassword from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyUsername from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password from the response with the 200 status

      response-optional-property-removed

    • removed the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username from the response with the 200 status

      response-optional-property-removed

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-removed

    • removed HistoryQueryInfluxDBItemCommandDTO from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

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

  • 4c50d4a73f667224247See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusCreateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the content/items/anyOf[OIBusUpdateCustomTransformerCommandDTO]/commandContent/customManifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateNorthConnectorCommandDTO]/commandContent/anyOf[NorthConnectorFileWriterCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/domain to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/password to the response with the 200 status

      response-optional-property-added

    • added the optional property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/settings/username to the response with the 200 status

      response-optional-property-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-added

    • added subschema #2 subschema #3 to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-added

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand response property allOf list for the response status 200

      response-property-all-of-removed

    • removed subschema #2 subschema #3 from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery response property allOf list for the response status 200

      response-property-all-of-removed

    • added HistoryQueryInfluxDBItemCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUrl to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/logParameters/syslog to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

  • a460443e789e22280See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyPassword from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUrl from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUsername from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/logParameters/syslog from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyPassword from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyUsername from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset from the response with the 200 status

      response-required-property-removed

    • removed HistoryQueryInfluxDBItemCommandDTO from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed HistoryQueryInfluxDBSouthCommandDTO from the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed HistoryQueryInfluxDBSouthCommandDTO from the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed HistoryQueryInfluxDBSouthCommandDTO from the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed HistoryQueryInfluxDBSouthCommandDTO from the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed HistoryQueryInfluxDBSouthCommandDTO from the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed SouthConnectorInfluxDBCommandDTO from the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-removed

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap to the response with the 200 status

      response-required-property-added

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

  • c5a35475739f76152See the full diff
    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/overlap from the response with the 200 status

      response-required-property-removed

    • removed the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/overlap from the response with the 200 status

      response-required-property-removed

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorInfluxDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/endTimeOffset to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/startTimeOffset to the response with the 200 status

      response-required-property-added

    • added HistoryQueryInfluxDBItemCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/itemCommand response property anyOf list for the response status 200

      response-property-any-of-added

    • added HistoryQueryInfluxDBSouthCommandDTO to the content/items/anyOf[OIBusCreateHistoryQueryCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added HistoryQueryInfluxDBSouthCommandDTO to the content/items/anyOf[OIBusTestHistoryQueryNorthConnectionCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added HistoryQueryInfluxDBSouthCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthConnectionCommandDTO]/commandContent/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added HistoryQueryInfluxDBSouthCommandDTO to the content/items/anyOf[OIBusTestHistoryQuerySouthItemCommandDTO]/commandContent/historyCommand/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added HistoryQueryInfluxDBSouthCommandDTO to the content/items/anyOf[OIBusUpdateHistoryQueryCommandDTO]/commandContent/historyQuery/allOf[subschema #2]/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added SouthConnectorInfluxDBCommandDTO to the content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent response property anyOf list for the response status 200

      response-property-any-of-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusCreateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUrl to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/forwardProxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/logParameters/syslog to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyPassword to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateEngineSettingsCommandDTO]/commandContent/proxyUsername to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorADSCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorFolderScannerCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMQTTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMSSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorModbusCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorMySQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorODBCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOIAnalyticsCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOLEDBCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOPCUACommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOracleCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorOsisoftPICommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorPostgreSQLCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorRESTCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSFTPCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/groups/items/historySettings/recoveryStrategy to the response with the 200 status

      response-required-property-added

    • added the required property content/items/anyOf[OIBusUpdateSouthConnectorCommandDTO]/commandContent/anyOf[SouthConnectorSQLiteCommandDTO]/items/items/recoveryStrategy to the response with the 200 status

      response-required-property-added