Logon Subscription Management Interface

The Logon Subscription Management Interface allows a consumer of the Logon Ground Distribution SWIM Service to subscribe to a particular set of logon information via the Logon Data Publication Interface.

Operations

This operation allows a consumer of the SWIM Logon Ground Distribution Service to select the set of logon information he is interested to receive via the Logon Data Publication Interface. The Logon Subscription Management Interface shall expose the following endpoint for consumers to manage their subscriptions: /logonSubscriptions The Logon Subscription Management Interface shall create the following endpoint upon successful validation of the subscriptionRequest: /logonSubscriptions/<subscriptionId>

This operation allows a service consumer to unsubscribe from the set of logon information changes he is subscribed to. The Logon Subscription Management Interface shall support the following HTTP method on the /logonSubscriptions/<subscriptionId> endpoints: -DELETE

Description

This message allows a consumer of the service to subscribe to a set of logon information he is interested in.

Description

The reply message of the subscription request indicating the subscription is confirmed.

Description

This message allows a consumer of the service to unsubscribe to a subscription he previously made.

Description

The reply message of the logon information unsubscription request confirming the unsubscription was successful.

Description

This message allows a consumer of the service to list the subscriptions he is currently subscribed to.

Description

The reply message of the list subscriptions request which is confirmed and detailing the list of subscriptions he has.

Description

The reply message of the subscriptions details request which is confirmed and giving the details of the subscriptions the service consumer.

Interface Provision Side