North Connectors

Update north connector

Updates an existing north connector configuration

put/api/north/{northId}

Path parameters

northIdstring required

Request body

OR
OR
OR
OR
OR
OR
OR
OR
OR

Example request

{
  "name": "Debug Console Output",
  "type": "console",
  "description": "Outputs data to console for debugging purposes",
  "enabled": true,
  "caching": {
    "error": {
      "retentionDuration": 86400000,
      "retryInterval": 1000
    },
    "throttling": {
      "maxNumberOfElements": 100,
      "maxSize": 1048576,
      "runMinDelay": 100
    },
    "trigger": {
      "numberOfFiles": 1,
      "numberOfElements": 1,
      "scanModeId": "scanModeId1"
    }
  },
  "transformers": []
}

Response

No Content

Changes

Changed in 21 of the 73 revisions of this API.175299181

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      new-optional-request-property

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

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      request-property-removed

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

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      new-optional-request-property

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      request-property-removed

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

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      new-optional-request-property

    • added the new optional request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      new-optional-request-property

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      request-property-removed

    • removed the request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      request-property-removed

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

    • added the new required request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/domain

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/password

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorFileWriterCommandDTO]/settings/username

      new-required-request-property

    • removed NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_ NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_ NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_ NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_ NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_ NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_ NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_ NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_ NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_ NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_ from the request body anyOf list

      request-body-any-of-removed

    • added NorthConnectorAmazonS3CommandDTO NorthConnectorAzureBlobCommandDTO NorthConnectorConsoleCommandDTO NorthConnectorFileWriterCommandDTO NorthConnectorModbusCommandDTO NorthConnectorMQTTCommandDTO NorthConnectorOIAnalyticsCommandDTO NorthConnectorOPCUACommandDTO NorthConnectorRESTCommandDTO NorthConnectorSFTPCommandDTO to the request body anyOf list

      request-body-any-of-added

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

  • d6f647567f56201010See the full diff
    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformerId

      new-required-request-property

    • added the new required request property anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformerId

      new-required-request-property

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed SourceOriginSouthDTO SourceOriginOIAnalyticsDTO SourceOriginAPIDTO from the anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer

      request-property-removed

    • removed the request property anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer

      request-property-removed

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added SourceOriginSouthCommandDTO SourceOriginOIAnalyticsCommandDTO SourceOriginAPICommandDTO to the anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/source request property anyOf list

      request-property-any-of-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_aws-s3.NorthAmazonS3Settings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_azure-blob.NorthAzureBlobSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_console.NorthConsoleSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_file-writer.NorthFileWriterSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_modbus.NorthModbusSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_mqtt.NorthMQTTSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_oianalytics.NorthOIAnalyticsSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_opcua.NorthOPCUASettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_rest.NorthRESTSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer/anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added

    • added the new NOT_EQUAL enum value to the request property anyOf[NorthConnectorCommandTypedDTO_sftp.NorthSFTPSettings_]/transformers/items/transformer/anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator

      request-property-enum-value-added