ApiInvokerPolicy

ApiInvokerPolicy
ApiInvokerPolicy
JSON Example
{
    "apiInvokerId": "string",
    "allowedTotalInvocations": 0,
    "allowedInvocationsPerSecond": 0,
    "allowedInvocationTimeRangeList": [
        {
            "startTime": "string",
            "stopTime": "string"
        }
    ]
}
string
apiInvokerId
Required

API invoker ID assigned by the CAPIF core function

integer
allowedTotalInvocations
Optional

Total number of invocations allowed on the service API by the API invoker.

integer
allowedInvocationsPerSecond
Optional

Invocations per second allowed on the service API by the API invoker.

allowedInvocationTimeRangeList
Optional

The time ranges during which the invocations are allowed on the service API by the API invoker.