Dnp 3 Connection Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/{connectionId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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"
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/{connectionId}/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/{connectionId}/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
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
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/frames/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/frame/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/devices/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/device/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/dnp3/connections/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"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
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/frames/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/dnp3/connections/devices/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content