ApiInvokerPolicy
Type: object
Properties:
apiInvokerId:
Type: string
Description: API invoker ID assigned by the CAPIF core function
allowedTotalInvocations:
Type: integer
Description: Total number of invocations allowed on the service API by the API invoker.
allowedInvocationsPerSecond:
Type: integer
Description: Invocations per second allowed on the service API by the API invoker.
allowedInvocationTimeRangeList:
Type: array
Items:
Reference: '#/components/schemas/TimeRangeList'
minItems: 0
Description: The time ranges during which the invocations are allowed on the service API by the API invoker.
Required:
- apiInvokerID