Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Date

Response

Throttling is a typical feature of any platform with API management capabilities.

The API Hub implements throttling of requests by TPPs, based on the counters described in the table below.

  • TPP by Client by LFI: A given Client identified by Client ID or certificate thumbprint accessing a given LFI.

  • TPP by TPP ID by LFI: A given TPP identified by TPP ID accessing a given LFI. All Clients associated with the TPP will be throttled on a given LFI instance.

  • TPP by Client by API Hub: A given Client identified by Client ID or certificate thumbprint accessing more than one LFI instance on the API Hub. The Client will be throttled across all LFI instances at the API Hub.

  • TPP by TPP ID by API Hub: A given TPP identified by TPP ID accessing more than one LFI instance on the API Hub. The TPP will be throttled across all LFI instances at the API Hub.

  • Platform: System-wide backstop, designed to throttle all TPPs based on all load on the API Hub.

The throttling described here is expected to be appropriate for protecting LFIs at their Ozone Connect APIs. LFIs should, however, implement traffic shaping and throttling at their Ozone Connect APIs that is appropriate to the capabilities of their platform.

Throttling will be discussed in more detail during onboarding.

  • No labels