Dnp 3 Connection Controller
get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
put
Authorizations
Path parameters
connectionIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 100Required
protocolstring · enumRequiredPossible values:
ipstring · max: 50Required
dscstring · max: 255Optional
portinteger · int32 · max: 65535Required
poolSizeinteger · int32 · min: 1Required
maxRetryDelayInMsinteger · int32 · min: 1Optional
adapterstring · max: 20Optional
minRetryDelayInMsinteger · int32 · min: 1Optional
ownerstringOptional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/protocols/dnp3/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 193
{
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
No content
delete
Authorizations
Path parameters
connectionIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
put
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
dscstring · max: 255Optional
namestring · max: 100Required
connectionIdstringOptional
unsolicitedEventsFlagbooleanOptional
scanTypestring · enumRequiredPossible values:
localAddressinteger · int32Required
selectTimeoutInMsinteger · int32 · min: 1Optional
remoteAddressinteger · int32Required
solConfirmTimeoutInMsinteger · int32 · min: 1Optional
eventScanTimeinteger · int32 · min: 1Optional
disableUnsolicitedOnStartupbooleanOptional
maxControlsPerRequestinteger · int32 · min: 1Optional
integrityScanTimeinteger · int32 · min: 1Optional
integrityOnEventOverflowIINbooleanOptional
startupIntegrityFlagbooleanOptional
responseTimeoutInMsinteger · int32 · min: 1Optional
unsolRetryTimeoutinteger · int32 · min: 1Optional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 406
{
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
No content
delete
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
put
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
isWritablebooleanRequired
namestring · max: 100Required
minutesOffsetinteger · int32Optional
isReadablebooleanRequired
dscstring · max: 255Optional
scanTimeFactorinteger · int32Optional
deviceIdstringOptional
eventBufferSizeinteger · int32 · min: 1Optional
typestring · enumRequiredPossible values:
quantityinteger · int32 · min: 1Required
startAddressinteger · int32Required
staticVariationstringOptional
pointClassstringOptional
eventVariationstringOptional
deadbandnumber · doubleOptional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 287
{
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
No content
delete
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
frameIdstringRequired
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
]
post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
projectIdstringOptional
namestring · max: 100Required
protocolstring · enumRequiredPossible values:
ipstring · max: 50Required
dscstring · max: 255Optional
portinteger · int32 · max: 65535Required
poolSizeinteger · int32 · min: 1Required
maxRetryDelayInMsinteger · int32 · min: 1Optional
adapterstring · max: 20Optional
minRetryDelayInMsinteger · int32 · min: 1Optional
ownerstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/protocols/dnp3/connections HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 193
{
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
get
Authorizations
Path parameters
connectionIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/{connectionId}/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
]
post
Authorizations
Path parameters
connectionIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
dscstring · max: 255Optional
namestring · max: 100Required
connectionIdstringOptional
unsolicitedEventsFlagbooleanOptional
scanTypestring · enumRequiredPossible values:
localAddressinteger · int32Required
selectTimeoutInMsinteger · int32 · min: 1Optional
remoteAddressinteger · int32Required
solConfirmTimeoutInMsinteger · int32 · min: 1Optional
eventScanTimeinteger · int32 · min: 1Optional
disableUnsolicitedOnStartupbooleanOptional
maxControlsPerRequestinteger · int32 · min: 1Optional
integrityScanTimeinteger · int32 · min: 1Optional
integrityOnEventOverflowIINbooleanOptional
startupIntegrityFlagbooleanOptional
responseTimeoutInMsinteger · int32 · min: 1Optional
unsolRetryTimeoutinteger · int32 · min: 1Optional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/protocols/dnp3/connections/{connectionId}/devices HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 406
{
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
get
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
]
post
Authorizations
Path parameters
connectionIdstringRequired
deviceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
isWritablebooleanRequired
namestring · max: 100Required
minutesOffsetinteger · int32Optional
isReadablebooleanRequired
dscstring · max: 255Optional
scanTimeFactorinteger · int32Optional
deviceIdstringOptional
eventBufferSizeinteger · int32 · min: 1Optional
typestring · enumRequiredPossible values:
quantityinteger · int32 · min: 1Required
startAddressinteger · int32Required
staticVariationstringOptional
pointClassstringOptional
eventVariationstringOptional
deadbandnumber · doubleOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 287
{
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
post
Authorizations
Path parameters
connectionIdstringRequired
Body
prefixstringOptional
suffixstringOptional
deviceTemplateIdstringOptional
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
POST /api/protocols/dnp3/connections/{connectionId}/devices/generate HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"prefix": "text",
"suffix": "text",
"deviceTemplateId": "text"
}
No content
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
]
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/frames/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
]
get
Authorizations
Path parameters
frameIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/frame/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"isWritable": true,
"name": "text",
"minutesOffset": 1,
"isReadable": true,
"dsc": "text",
"scanTimeFactor": 1,
"deviceId": "text",
"eventBufferSize": 1,
"type": "Frozen Counter",
"quantity": 1,
"startAddress": 1,
"staticVariation": "text",
"pointClass": "text",
"eventVariation": "text",
"deadband": 1
}
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
]
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/devices/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
]
get
Authorizations
Path parameters
deviceIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/device/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"dsc": "text",
"name": "text",
"connectionId": "text",
"unsolicitedEventsFlag": true,
"scanType": "Periodic",
"localAddress": 1,
"selectTimeoutInMs": 1,
"remoteAddress": 1,
"solConfirmTimeoutInMs": 1,
"eventScanTime": 1,
"disableUnsolicitedOnStartup": true,
"maxControlsPerRequest": 1,
"integrityScanTime": 1,
"integrityOnEventOverflowIIN": true,
"startupIntegrityFlag": true,
"responseTimeoutInMs": 1,
"unsolRetryTimeout": 1
}
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/protocols/dnp3/connections/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-07-05T19:48:30.783Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:48:30.783Z",
"id": "text",
"projectId": "text",
"name": "text",
"protocol": "Modbus TCP",
"ip": "text",
"dsc": "text",
"port": 1,
"poolSize": 1,
"maxRetryDelayInMs": 1,
"adapter": "text",
"minRetryDelayInMs": 1,
"owner": "text"
}
]
delete
Authorizations
Query parameters
connectionIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
delete
Authorizations
Query parameters
frameIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/frames/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
delete
Authorizations
Query parameters
deviceIdsstring[]Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
DELETE /api/protocols/dnp3/connections/devices/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content