Local Template Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/local/templates/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"scanType": "Periodic"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/local/templates/devices/{deviceId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"scanType": "Periodic"
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/local/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/local/templates/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/local/templates/devices/{deviceId}/frames/{frameId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/local/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/local/templates/devices/{deviceId}/frames/{frameId}/variables/{variableId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"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": "Integer",
"deviceId": "text"
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/protocols/local/templates/devices/{deviceId}/frames/{frameId}/variables/{variableId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 578
{
"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": "Integer",
"deviceId": "text"
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/protocols/local/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/local/templates/devices HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"scanType": "Periodic"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/local/templates/devices HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 95
{
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"scanType": "Periodic"
}
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"properties": "text",
"dsc": "text",
"name": "text",
"scanTime": 1,
"scanType": "Periodic"
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/local/templates/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/local/templates/devices/{deviceId}/frames HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1
}
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"id": "text",
"deviceId": "text",
"dsc": "text",
"scanTimeFactor": 1,
"name": "text",
"isWritable": true,
"isReadable": true,
"minutesOffset": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/protocols/local/templates/devices/{deviceId}/frames/{frameId}/variables HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"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": "Integer",
"deviceId": "text"
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/protocols/local/templates/devices/{deviceId}/frames/{frameId}/variables HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 578
{
"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": "Integer",
"deviceId": "text"
}
{
"creationDate": "2025-08-21T19:50:52.234Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:50:52.234Z",
"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": "Integer",
"deviceId": "text"
}