Analog Alarm Controller
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms/{alarmId} 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",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/analog-alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 338
{
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
No content
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/analog-alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
Accept: */*
No content
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms 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",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/analog-alarms HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 338
{
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/analog-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/analog-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-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
],
"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/analog-alarms/{alarmId}/status HTTP/1.1
Host: inscada.cloud
Accept: */*
Active
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-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/analog-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/analog-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/analog-alarms/parts-by-project HTTP/1.1
Host: inscada.cloud
Accept: */*
[
"text"
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms/pages HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-08-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
],
"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/analog-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-21T23:55:45.618Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-08-21T23:55:45.618Z",
"id": "text",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
],
"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/analog-alarms/export HTTP/1.1
Host: inscada.cloud
Accept: */*
{}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms/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",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
]
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms/by-project-and-name 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",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/analog-alarms/by-project-and-group 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",
"name": "text",
"offTimeVariableId": "text",
"groupId": "text",
"delay": 1,
"projectId": "text",
"isActive": true,
"part": "text",
"dsc": "text",
"onTimeVariableId": "text",
"alarmType": "text",
"type": "text",
"lowValue": 1,
"highValue": 1,
"setPointValue": 1,
"lowLowValue": 1,
"deadband": 1,
"highHighValue": 1,
"variableId": "text",
"deviationPercentage": 1
}
]
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/analog-alarms/multi/by-ids HTTP/1.1
Host: inscada.cloud
Accept: */*
No content