Skip to main content
Feedback

Call Transformation Supported EAV Fields

Plans 

S.No.Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
1nameStringThis is the plan name associated with API key using which request has been made to API Management.Yes
2qps_limit_ceilingIntegerMaximum number of API requests per second allowed for this plan.Yes
3qps_limit_exemptBooleanThis field describes whether this plan is exempted for QPS throttling.Yes
4rate_limit_ceilingIntegerMaximum number of API requests allowed for this plan over time period defined in rate_limit_period.Yes
5rate_limit_periodStringThis field could be minute/second/hour/day/month. This field is related to rate_limit_ceiling and defines period for rate_limit_ceiling.Yes
6rate_limit_exemptBooleanThis field describes whether this plan is exempted for rate limit throttling.Yes
7key_qps_limit_ceilingIntegerDefines maximum number of API requests per second allowed for associated package key in case qps_limit_key_override_allowed is true. If qps_limit_key_override_allowed is false, its value will be null.Yes
8key_qps_limit_exemptBooleanDefines whether associated package key is exempted for QPS throttling in case qps_limit_key_override_allowed is true. If qps_limit_key_override_allowed is false, its value will be null.Yes
9key_rate_limit_ceilingIntegerDefines maximum number of API requests allowed for associated package key over time period defined in key_rate_limit_period in case rate_limit_key_override_allowed is true. If rate_limit_key_override_allowed is false, its value will be null.Yes
10key_rate_limit_periodStringThis field could be minute/second/hour/day/month. This field is related to key_rate_limit_ceiling and defines period for key_rate_limit_ceiling. This field will be defined only if rate_limit_key_override_allowed is true otherwise its value will be null.Yes
11key_rate_limit_exemptBooleanDefines whether associated package key is exempted for rate limit throttling in case rate_limit_key_override_allowed is true. If rate_limit_key_override_allowed is false, its value will be null.Yes
12effective_qps_limit_ceilingIntegerDefines effective maximum number of API requests per second allowed for this plan after considering value of qps_limit_ceiling, key_qps_limit_ceiling and qps_limit_key_override_allowed. If qps_limit_key_override_allowed is true, then it will return key_qps_limit_ceiling otherwise it will return qps_limit_ceiling.Yes
13effective_qps_limit_exemptBooleanDefines whether plan is exempted for QPS throttling after considering value of qps_limit_exempt, key_qps_limit_exempt and qps_limit_key_override_allowed. If qps_limit_key_override_allowed is true, then it will return key_qps_limit_exempt otherwise it will return qps_limit_exempt.Yes
14effective_rate_limit_ceilingIntegerDefines maximum number of API requests allowed for plan over time period defined after considering value of rate_limit_ceiling, key_rate_limit_ceiling and rate_limit_key_override_allowed. If rate_limit_key_override_allowed is true, then it will return key_rate_limit_ceiling otherwise it will return rate_limit_ceiling.Yes
15effective_rate_limit_periodStringThis field could be minute/second/hour/day/month. This field is related to effective_rate_limit_ceiling and defines period for effective_rate_limit_ceiling. If rate_limit_key_override_allowed is true, then it will return key_rate_limit_period otherwise it will return rate_limit_period.Yes
16effective_rate_limit_exemptBooleanDefines whether plan exempted for rate limit throttling after considering value of rate_limit_exempt, key_rate_limit_exempt and rate_limit_key_override_allowed. If rate_limit_key_override_allowed is true, then it will return key_rate_limit_exempt otherwise it will return rate_limit_exempt.Yes

Package

S.No.Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
1nameStringThis is the package name associated with API key using which request has been made to API Management.Yes

Package Key

S.No.Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
1mapiStringThis is the API key using which request has been made to API Management.Yes
2key_qps_limit_ceilingIntegerDefines maximum number of API requests per second allowed for package key.Yes
3key_qps_limit_exemptBooleanDefines whether package key is exempted for QPS throttling.Yes
4key_rate_limit_ceilingIntegerDefines maximum number of API requests allowed for package key over time period defined in key_rate_limit_period.Yes
5key_rate_limit_periodStringThis field could be minute/second/hour/day/month. This field is related to key_rate_limit_ceiling and defines period for key_rate_limit_ceiling. Yes
6key_rate_limit_exemptBooleanDefines whether package key is exempted for rate limit throttling.Yes
7Custom Field / EAVString/ Integer/ Boolean Any custom field defined for package key.Yes

Application

S.No.Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
1nameStringThis is the application name associated with API key using which request has been made to API Management.Yes
2external_idString-Yes
3Custom Field / EAVString / Integer/ Boolean Any custom field defined for application.Yes

Member

S.No.Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
1nameStringThis is the user name associated with API key using which request has been made to API Management.Yes
2emailStringUser email address.Yes
3external_idString-Yes
4Custom Field / EAVString / Integer/ Boolean Any custom field defined for member.Yes
On this Page