Skip to main content
Version: 1.28.0

Add asset links to a single alarm

PUT 

/alarm/assets

Adds links between assets and one existing alarm.

The request body is a list for backward compatibility, but this operation now has single-alarm semantics: every item must contain the same id.realm and the same id.alarmId. The alarm must exist in that realm, every asset must exist in the same realm, and the authenticated user must have access to that realm. Requests containing mixed alarm IDs or realms are rejected as bad requests.

Existing links are left unchanged; duplicate links in the request or links that already exist are ignored. This operation does not remove existing links from the alarm.

Request

Responses

The request completed successfully; no response body is returned