Alarm Controller Facade
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-10-31T22:41:48.915Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:41:48.915Z",
  "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
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
No Content
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
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-10-31T22:41:48.915Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-10-31T22:41:48.915Z",
    "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/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-10-31T22:41:48.915Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:41:48.915Z",
  "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/alarms/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
  "file": "binary"
}{}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-10-31T22:41:48.915Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-10-31T22:41:48.915Z",
      "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/alarms/{alarmId}/status HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
ActiveOK
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"
}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: */*
ActiveOK
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"
}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"
]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-10-31T22:41:48.915Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-10-31T22:41:48.915Z",
      "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/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-10-31T22:41:48.915Z",
      "lastModifiedBy": "text",
      "createdBy": "text",
      "lastModifiedDate": "2025-10-31T22:41:48.915Z",
      "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
}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: */*
{}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-10-31T22:41:48.915Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-10-31T22:41:48.915Z",
    "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/alarms/by-project-and-name?projectId=text&alarmName=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
  "creationDate": "2025-10-31T22:41:48.915Z",
  "lastModifiedBy": "text",
  "createdBy": "text",
  "lastModifiedDate": "2025-10-31T22:41:48.915Z",
  "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/alarms/by-project-and-group?projectId=text&groupName=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "creationDate": "2025-10-31T22:41:48.915Z",
    "lastModifiedBy": "text",
    "createdBy": "text",
    "lastModifiedDate": "2025-10-31T22:41:48.915Z",
    "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/alarms/multi/by-ids?alarmIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated
