Digital Alarm Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/digital-alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 355
{
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/digital-alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/digital-alarms HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 355
{
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/digital-alarms/import HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/digital-alarms/filter/pages HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 82
{
"dscIn": "text",
"nameIn": "text",
"part": "text",
"projectId": "text",
"groupId": "text"
}
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
],
"number": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"numberOfElements": 1,
"pageable": {
"offset": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageNumber": 1,
"unpaged": true,
"paged": true,
"pageSize": 1
},
"empty": true
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/{alarmId}/status HTTP/1.1
Host: inscada.cloud
Accept: */*
Active
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/status/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Active"
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/status/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
Active
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/status/by-alarm-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Active"
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/parts-by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
"text"
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/pages HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
],
"number": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"numberOfElements": 1,
"pageable": {
"offset": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageNumber": 1,
"unpaged": true,
"paged": true,
"pageSize": 1
},
"empty": true
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/pages/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
],
"number": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"numberOfElements": 1,
"pageable": {
"offset": 1,
"sort": [
{
"direction": "text",
"nullHandling": "text",
"ascending": true,
"property": "text",
"ignoreCase": true
}
],
"pageNumber": 1,
"unpaged": true,
"paged": true,
"pageSize": 1
},
"empty": true
}
false
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/by-project-and-name HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/digital-alarms/by-project-and-group HTTP/1.1
Host: inscada.cloud
Accept: */*
[
{
"creationDate": "2025-08-21T19:05:43.933Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T19:05:43.933Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"variableBInverted": true,
"andCalc": true,
"variableAId": "text",
"variableBBitOffset": 1,
"variableABitOffset": 1,
"variableBId": "text",
"variableAInverted": true
}
]
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/digital-alarms/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content