Commit 275042a6 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Deployed ce2852f3 to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 20e8abe3
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -1479,7 +1479,7 @@
<li>Register provider and publish one API at CCF</li>
<li>Register Invoker and Onboard Invoker at CCF</li>
<li>Discover published APIs and extract apiIds and apiNames</li>
<li>Subscribe to <strong>SERVICE_API_AVAILABLE</strong> and <strong>SERVICE_API_UNAVAILABLE</strong> event filtering by aefId. Enhanced_event_report active at supported features.</li>
<li>Subscribe to <strong>SERVICE_API_AVAILABLE</strong> and <strong>SERVICE_API_UNAVAILABLE</strong> event. Enhanced_event_report active at supported features.</li>
<li>Retrieve {subscriberId} and {subscriptionId} from Location Header</li>
<li>Provider publish new API.</li>
<li>Provider remove published API.</li>
@@ -1506,12 +1506,11 @@
</ul>
</li>
<li>
<p>Event Subscription to SERVICE_API_AVAILABLE and SERVICE_API_UNAVAILABLE of provider previously registered:</p>
<p>Event Subscription to SERVICE_API_AVAILABLE and SERVICE_API_UNAVAILABLE:</p>
<ol>
<li>Send <strong>POST</strong> to <strong>https://{CAPIF_HOSTNAME}/capif-events/v1/{subscriberId}/subscriptions</strong></li>
<li>body <a href="event_subscription.json" title="Event Subscription Request">event subscription request body</a> with:<ol>
<li>events: <strong>['SERVICE_API_AVAILABLE','SERVICE_API_UNAVAILABLE']</strong></li>
<li>eventFilter: only receive events from provider's aefId.</li>
<li>supportedFeatures: binary 0100 -&gt; string <strong>4</strong></li>
</ol>
</li>
@@ -1576,7 +1575,7 @@
<li>Register Provider and publish one API at CCF</li>
<li>Register Invoker and Onboard Invoker at CCF</li>
<li>Discover published APIs and extract apiIds and apiNames</li>
<li>Subscribe to <strong>SERVICE_API_UPDATE</strong> event filtering by aefId. Enhanced_event_report active at supported features.</li>
<li>Subscribe to <strong>SERVICE_API_UPDATE</strong> event. Enhanced_event_report active at supported features.</li>
<li>Retrieve {subscriberId} and {subscriptionId} from Location Header at event subscription</li>
<li>Provider update information of Service API Published.</li>
</ol>
@@ -1603,12 +1602,11 @@
</ul>
</li>
<li>
<p>Event Subscription to SERVICE_API_UPDATE of provider previously registered:</p>
<p>Event Subscription to SERVICE_API_UPDATE:</p>
<ol>
<li>Send <strong>POST</strong> to <strong>https://{CAPIF_HOSTNAME}/capif-events/v1/{subscriberId}/subscriptions</strong></li>
<li>body <a href="event_subscription.json" title="Event Subscription Request">event subscription request body</a> with:<ol>
<li>events: <strong>['SERVICE_API_UPDATE']</strong></li>
<li>eventFilter: only receive events from provider's aefId.</li>
<li>supportedFeatures: binary 0100 -&gt; string <strong>4</strong></li>
</ol>
</li>