[]
        
(Showing Draft Content)

ThirdParty

ThirdParty

[POST] /api/thirdparty/data

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ThirdPartyViewModel

Responses

[200] Success

[POST] /api/thirdparty/testConnection

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ThirdPartyViewModel

Responses

[200] Success

Models

Ƭ ThirdPartyViewModel

Name Type
connectionType ConnectionType
uriNullable string
requestMethodNullable string
headersNullable Array<WebConfigHeader>
payloadNullable string
hostNullable string
clientIdNullable string
usernameNullable string
passwordNullable string
topicNullable string
enableSSL Boolean
dataNullable string

Ƭ ConnectionType

Enum:

  • Http
  • WebSocket
  • Mqtt

Ƭ WebConfigHeader

Name Type
keyNullable string
valueNullable string