Digital NOTAM Subscription and Request Service Subscription Interface

Allows the service consumer to select and subscribe to event scenarios of interest. It allows the service consumer to manage the subscriptions e.g. to pause a subscription, or to unsubscribe.

Operations

This operation allows a service consumer to request the list of topics (which represent type of data, i.e. SWIM services) available for subscription

Idempotent
IDEMPOTENT
Binding Method
SWIM_TI_YP_1_1_WS_LIGHT

Endpoint subscriptions is used for subscription management:
- creation of new subscription
- pause existing subscription
- resume existing subscription
- unsubscription/deletion of existing subscription
- get subscriptions
- get subscription details

Url

URL:/swim/v1/subscriptions/

Reference

In SWIM compliant implementation of Publish-Subscribe message exchange pattern using AMQP 1.0 protocol, the term topic is used to define service (i.e. type of data) that the future service consumer is allowed to subscribe to.

Endpoint topics is used to get:
- list of all topics
- topic details

Url

URL:/swim/v1/topics/

Reference
Description

Request message to pause a subscription.

Description

Reply message to an pause request.

Description

Reply message to a resume request.

Description

Request message to get a list of business topics (type of data, i.e. services) that are available for subscription.

Description

Request message to get the details on a specific topic.

Interface Provision Side