Alarm Controller Facade
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
PUT /api/alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/alarms/{alarmId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/alarms HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/alarms/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
POST /api/alarms/filter/pages?pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
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-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/{alarmId}/status HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
ActiveAccess token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/status/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Active"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/status/by-project-and-name?projectId=text&name=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
ActiveAccess token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/status/by-alarm-ids?alarmIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"ANY_ADDITIONAL_PROPERTY": "Active"
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/parts-by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
"text"
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/pages?arg0=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/pages/by-project?projectId=text&pageable=[object+Object] HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"totalElements": 1,
"totalPages": 1,
"first": true,
"last": true,
"size": 1,
"content": [
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
falseOK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/by-project?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/by-project-and-name?projectId=text&alarmName=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
OK
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
GET /api/alarms/by-project-and-group?projectId=text&groupName=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-22T18:57:10.930Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-22T18:57:10.930Z",
"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
}
]Access token provided as a cookie named 'ins_access_token'. This token is obtained after successful login and is valid for x minutes. It can be refreshed using the ins_refresh_token cookie at the /refresh endpoint.
Required active space header
No Content
Bad Request
Forbidden
Not Found
Conflict
Internal Server Error
DELETE /api/alarms/multi/by-ids?alarmIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated