Modbus Template Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/modbus/templates/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"retainFlag": true,
"stationAddress": 1,
"scanType": "Periodic"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/modbus/templates/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 132
{
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"retainFlag": true,
"stationAddress": 1,
"scanType": "Periodic"
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/modbus/templates/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1,
"quantity": 1,
"type": "Coil",
"interFrameDelay": 1,
"startAddress": 1
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 195
{
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1,
"quantity": 1,
"type": "Coil",
"interFrameDelay": 1,
"startAddress": 1
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/modbus/templates/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/modbus/templates/devices/{deviceId}/frames/{frameId}/variables/{variableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"engFullScale": 1,
"logMaxValue": 1,
"fractionalDigitCount": 1,
"isPulseOn": true,
"logExpressionCode": "text",
"frameId": "text",
"valueExpressionType": "NONE",
"logMinValue": 1,
"rawZeroScale": 1,
"valueExpressionCode": "text",
"isActive": true,
"code": "text",
"valueExpressionId": "text",
"setMaxValue": 1,
"logType": "No Log",
"setMinValue": 1,
"keepLastValues": true,
"logThreshold": 1,
"isPulseOff": true,
"logPeriod": 1,
"pulseOffDuration": 1,
"pulseOnDuration": 1,
"engZeroScale": 1,
"dsc": "text",
"unit": "text",
"logExpressionId": "text",
"rawFullScale": 1,
"name": "text",
"type": "Float",
"startAddress": 1,
"length": 1,
"wordSwapFlag": true,
"bitOffset": 1,
"byteSwapFlag": true,
"deviceId": "text"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId}/variables/{variableId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 658
{
"id": "text",
"engFullScale": 1,
"logMaxValue": 1,
"fractionalDigitCount": 1,
"isPulseOn": true,
"logExpressionCode": "text",
"frameId": "text",
"valueExpressionType": "NONE",
"logMinValue": 1,
"rawZeroScale": 1,
"valueExpressionCode": "text",
"isActive": true,
"code": "text",
"valueExpressionId": "text",
"setMaxValue": 1,
"logType": "No Log",
"setMinValue": 1,
"keepLastValues": true,
"logThreshold": 1,
"isPulseOff": true,
"logPeriod": 1,
"pulseOffDuration": 1,
"pulseOnDuration": 1,
"engZeroScale": 1,
"dsc": "text",
"unit": "text",
"logExpressionId": "text",
"rawFullScale": 1,
"name": "text",
"type": "Float",
"startAddress": 1,
"length": 1,
"wordSwapFlag": true,
"bitOffset": 1,
"byteSwapFlag": true,
"deviceId": "text"
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId}/variables/{variableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/modbus/templates/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"retainFlag": true,
"stationAddress": 1,
"scanType": "Periodic"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/modbus/templates/devices HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 132
{
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"retainFlag": true,
"stationAddress": 1,
"scanType": "Periodic"
}
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"retainFlag": true,
"stationAddress": 1,
"scanType": "Periodic"
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/modbus/templates/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1,
"quantity": 1,
"type": "Coil",
"interFrameDelay": 1,
"startAddress": 1
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/modbus/templates/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 195
{
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1,
"quantity": 1,
"type": "Coil",
"interFrameDelay": 1,
"startAddress": 1
}
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1,
"quantity": 1,
"type": "Coil",
"interFrameDelay": 1,
"startAddress": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId}/variables HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"engFullScale": 1,
"logMaxValue": 1,
"fractionalDigitCount": 1,
"isPulseOn": true,
"logExpressionCode": "text",
"frameId": "text",
"valueExpressionType": "NONE",
"logMinValue": 1,
"rawZeroScale": 1,
"valueExpressionCode": "text",
"isActive": true,
"code": "text",
"valueExpressionId": "text",
"setMaxValue": 1,
"logType": "No Log",
"setMinValue": 1,
"keepLastValues": true,
"logThreshold": 1,
"isPulseOff": true,
"logPeriod": 1,
"pulseOffDuration": 1,
"pulseOnDuration": 1,
"engZeroScale": 1,
"dsc": "text",
"unit": "text",
"logExpressionId": "text",
"rawFullScale": 1,
"name": "text",
"type": "Float",
"startAddress": 1,
"length": 1,
"wordSwapFlag": true,
"bitOffset": 1,
"byteSwapFlag": true,
"deviceId": "text"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/modbus/templates/devices/{deviceId}/frames/{frameId}/variables HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 658
{
"id": "text",
"engFullScale": 1,
"logMaxValue": 1,
"fractionalDigitCount": 1,
"isPulseOn": true,
"logExpressionCode": "text",
"frameId": "text",
"valueExpressionType": "NONE",
"logMinValue": 1,
"rawZeroScale": 1,
"valueExpressionCode": "text",
"isActive": true,
"code": "text",
"valueExpressionId": "text",
"setMaxValue": 1,
"logType": "No Log",
"setMinValue": 1,
"keepLastValues": true,
"logThreshold": 1,
"isPulseOff": true,
"logPeriod": 1,
"pulseOffDuration": 1,
"pulseOnDuration": 1,
"engZeroScale": 1,
"dsc": "text",
"unit": "text",
"logExpressionId": "text",
"rawFullScale": 1,
"name": "text",
"type": "Float",
"startAddress": 1,
"length": 1,
"wordSwapFlag": true,
"bitOffset": 1,
"byteSwapFlag": true,
"deviceId": "text"
}
{
"creationDate": "2025-08-21T01:54:01.984Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T01:54:01.984Z",
"id": "text",
"engFullScale": 1,
"logMaxValue": 1,
"fractionalDigitCount": 1,
"isPulseOn": true,
"logExpressionCode": "text",
"frameId": "text",
"valueExpressionType": "NONE",
"logMinValue": 1,
"rawZeroScale": 1,
"valueExpressionCode": "text",
"isActive": true,
"code": "text",
"valueExpressionId": "text",
"setMaxValue": 1,
"logType": "No Log",
"setMinValue": 1,
"keepLastValues": true,
"logThreshold": 1,
"isPulseOff": true,
"logPeriod": 1,
"pulseOffDuration": 1,
"pulseOnDuration": 1,
"engZeroScale": 1,
"dsc": "text",
"unit": "text",
"logExpressionId": "text",
"rawFullScale": 1,
"name": "text",
"type": "Float",
"startAddress": 1,
"length": 1,
"wordSwapFlag": true,
"bitOffset": 1,
"byteSwapFlag": true,
"deviceId": "text"
}