Subscriptions

Requirement: GET /{entity}/cyclic-subscriptions REQ_INTEROP_025

The endpoint shall list all configured cyclic data subscriptions on the addressed entity.

Requirement: GET /{entity}/cyclic-subscriptions/{id} REQ_INTEROP_026
status: open
tags: Subscriptions

The endpoint shall return the configuration and status of the addressed cyclic subscription.

Requirement: PUT /{entity}/cyclic-subscriptions/{id} REQ_INTEROP_027
status: open
tags: Subscriptions

The endpoint shall update the configuration of the addressed cyclic subscription on the entity.

Requirement: DELETE /{entity}/cyclic-subscriptions/{id} REQ_INTEROP_028
status: open
tags: Subscriptions

The endpoint shall delete the addressed cyclic subscription from the entity.

Requirement: POST /{entity}/triggers REQ_INTEROP_029
status: open
tags: Subscriptions

The endpoint shall create a new trigger definition on the addressed entity.

Requirement: GET /{entity}/triggers REQ_INTEROP_030
status: open
tags: Subscriptions

The endpoint shall list all trigger definitions configured on the addressed entity.

Requirement: PUT /{entity}/triggers/{id} REQ_INTEROP_031
status: open
tags: Subscriptions

The endpoint shall update the addressed trigger definition on the entity.

Requirement: DELETE /{entity}/triggers/{id} REQ_INTEROP_032
status: open
tags: Subscriptions

The endpoint shall delete the addressed trigger definition from the entity.