Skip to content
Snippets Groups Projects
Commit f3224b16 authored by torrespel's avatar torrespel
Browse files

Deployed 5cc9b29d to develop in public with MkDocs 1.6.1 and mike 2.1.3

parent 947a017f
No related branches found
No related tags found
No related merge requests found
......@@ -940,8 +940,8 @@
<h1 id="event-filter">Event Filter</h1>
<p>The <strong>Event Filter</strong> is a feature of the CAPIF Events service that allows you to receive specific notifications about the events you are subscribed to. This tool is essential for efficiently managing and monitoring relevant events, ensuring that users receive only the information they need.</p>
<h2 id="how-it-works">How it works</h2>
<p>To specify the desired filter during subscription, you can use the <strong><em>eventDetails</em></strong> field, provided that the <strong><em>Enhanced Event Report</em></strong> flag is enabled in the <strong><em>Supported Features</em></strong> characteristics.</p>
<p>The <strong><em>eventDetails</em></strong> field consists of a list of filters that correspond one-to-one with the list of events in the <strong><em>events</em></strong> field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on.</p>
<p>To specify the desired filter during subscription, you can use the <strong><em>eventFilters</em></strong> field, provided that the <strong><em>Enhanced Event Report</em></strong> flag is enabled in the <strong><em>Supported Features</em></strong> characteristics.</p>
<p>The <strong><em>eventFilters</em></strong> field consists of a list of filters that correspond one-to-one with the list of events in the <strong><em>events</em></strong> field. Thus, the first element of the filter list corresponds to the first element of the events list, the second filter element to the second event element, and so on.</p>
<p>Each filter contains three lists:</p>
<ul>
<li><strong>apiIds</strong>: Identifiers of the APIs from which you want to receive notifications.</li>
......
......@@ -1617,10 +1617,10 @@
<ul>
<li>New filters for Event service subscriptions.<ul>
<li>You can now specify from which API, AEF, or Invoker you want to receive the event notifications.</li>
<li>These filters are specified in the <strong><em>eventDetails</em></strong> of the subscription if the <strong><em>Enhanced Event Report</em></strong> feature of the <strong><em>Supported Features</em></strong> is activated.</li>
<li>These filters are specified in the <strong><em>eventFilters</em></strong> of the subscription if the <strong><em>Enhanced Event Report</em></strong> feature of the <strong><em>Supported Features</em></strong> is activated.</li>
</ul>
</li>
<li>More detailed information about event filters can be found in <a href="https://labs.etsi.org/rep/ocf/documentation/latest/event-filter/event-filter/" title="Event Filter">Event Filter</a>.</li>
<li>More detailed information about event filters can be found in <a href="../event-filter/event-filter/" title="Event Filter">Event Filter</a>.</li>
</ul>
<h2 id="release-200"><strong>Release 2.0.0</strong></h2>
<h3 id="new-features_1"><strong>New Features</strong></h3>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment