description:This API enables the Subscriber to communicate with the CAPIF core function to subscribe to and unsubscribe from CAPIF events, and receive subsequent notifications of CAPIF events.
version:"1.0.0"
externalDocs:
description:3GPP TS 29.222 V15.2.0 Common API Framework for 3GPP Northbound APIs
description:Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in subclause 7.6. Set to false or omitted otherwise.
description:Identifier of the subscription resource to which the notification is related – CAPIF resource identifier
events:
$ref:'#/components/schemas/CAPIFEvent'
required:
-subscriptionId
-events
CAPIFEvent:
anyOf:
-type:string
enum:
-SERVICE_API_AVAILABLE
-SERVICE_API_UNAVAILABLE
-SERVICE_API_UPDATE
-API_INVOKER_ONBOARDED
-API_INVOKER_OFFBOARDED
-SERVICE_API_INVOCATION_SUCCESS
-SERVICE_API_INVOCATION_FAILURE
-ACCESS_CONTROL_POLICY_UPDATE
-ACCESS_CONTROL_POLICY_UNAVAILABLE
-API_INVOKER_AUTHORIZATION_REVOKED
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- SERVICE_API_AVAILABLE: Events related to the availability of service APIs after the service APIs are published.
- SERVICE_API_UNAVAILABLE: Events related to the unavailability of service APIs after the service APIs are unpublished.
- SERVICE_API_UPDATE: Events related to change in service API information.
- API_INVOKER_ONBOARDED: Events related to API invoker onboarded to CAPIF.
- API_INVOKER_OFFBOARDED: Events related to API invoker offboarded from CAPIF.
- SERVICE_API_INVOCATION_SUCCESS: Events related to the successful invocation of service APIs.
- SERVICE_API_INVOCATION_FAILURE: Events related to the failed invocation of service APIs.
- ACCESS_CONTROL_POLICY_UPDATE: Events related to the update for the access control policy related to the service APIs. - ACCESS_CONTROL_POLICY_UNAVAILABLE: Events related to the unavailability of the access control policy related to the service APIs.
- API_INVOKER_AUTHORIZATION_REVOKED: Events related to the revocation of the authorization of API invokers to access the service APIs.