diff --git a/doc/testing/testplan/api_events_service/README.md b/doc/testing/testplan/api_events_service/README.md index 6ecb183a9f6010eee14e7941763dc47535b0ad5b..ee86bc3b834a83e76ffdfa58fe2f5ef5209acd53 100644 --- a/doc/testing/testplan/api_events_service/README.md +++ b/doc/testing/testplan/api_events_service/README.md @@ -353,7 +353,7 @@ At this documentation you will have all information and related files and exampl 1. Register provider and publish one API at CCF 2. Register Invoker and Onboard Invoker at CCF 3. Discover published APIs and extract apiIds and apiNames - 4. Subscribe to **SERVICE_API_AVAILABLE** and **SERVICE_API_UNAVAILABLE** event filtering by aefId. Enhanced_event_report active at supported features. + 4. Subscribe to **SERVICE_API_AVAILABLE** and **SERVICE_API_UNAVAILABLE** event. Enhanced_event_report active at supported features. 5. Retrieve {subscriberId} and {subscriptionId} from Location Header 6. Provider publish new API. 7. Provider remove published API. @@ -373,12 +373,11 @@ At this documentation you will have all information and related files and exampl * Get **Api Ids** And **Api Names** from response. - 5. Event Subscription to SERVICE_API_AVAILABLE and SERVICE_API_UNAVAILABLE of provider previously registered: + 5. Event Subscription to SERVICE_API_AVAILABLE and SERVICE_API_UNAVAILABLE: 1. Send **POST** to **https://{CAPIF_HOSTNAME}/capif-events/v1/{subscriberId}/subscriptions** 2. body [event subscription request body] with: 1. events: **['SERVICE_API_AVAILABLE','SERVICE_API_UNAVAILABLE']** - 2. eventFilter: only receive events from provider's aefId. - 3. supportedFeatures: binary 0100 -> string **4** + 2. supportedFeatures: binary 0100 -> string **4** 3. Use **Invoker Certificate** 6. Publish new Service API at CCF: @@ -429,7 +428,7 @@ At this documentation you will have all information and related files and exampl 1. Register Provider and publish one API at CCF 2. Register Invoker and Onboard Invoker at CCF 3. Discover published APIs and extract apiIds and apiNames - 4. Subscribe to **SERVICE_API_UPDATE** event filtering by aefId. Enhanced_event_report active at supported features. + 4. Subscribe to **SERVICE_API_UPDATE** event. Enhanced_event_report active at supported features. 5. Retrieve {subscriberId} and {subscriptionId} from Location Header at event subscription 6. Provider update information of Service API Published. @@ -449,12 +448,11 @@ At this documentation you will have all information and related files and exampl * Get **Api Ids** And **Api Names** from response. - 6. Event Subscription to SERVICE_API_UPDATE of provider previously registered: + 6. Event Subscription to SERVICE_API_UPDATE: 1. Send **POST** to **https://{CAPIF_HOSTNAME}/capif-events/v1/{subscriberId}/subscriptions** 2. body [event subscription request body] with: 1. events: **['SERVICE_API_UPDATE']** - 2. eventFilter: only receive events from provider's aefId. - 3. supportedFeatures: binary 0100 -> string **4** + 2. supportedFeatures: binary 0100 -> string **4** 3. Use **Invoker Certificate** 7. Update published API at CCF: