Skip to main content
Feedback

Call Transformation Supported EAV Fields

Plans 

Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
nameStringThis is the plan name associated with API key using which request has been made to API Management.Yes
qps_limit_ceilingIntegerMaximum number of API requests per second allowed for this plan.Yes
qps_limit_exemptBooleanThis field describes whether this plan is exempted for QPS throttling.Yes
rate_limit_ceilingIntegerMaximum number of API requests allowed for this plan over time period defined in rate_limit_period.Yes
rate_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
rate_limit_exemptBooleanThis field describes whether this plan is exempted for rate limit throttling.Yes
key_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
key_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
key_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
key_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
key_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
effective_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
effective_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
effective_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
effective_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
effective_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

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

Package Key

Field NameTypeField DescriptionSupport for ASR Connector (Yes/No)
mapiStringThis is the API key using which request has been made to API Management.Yes
key_qps_limit_ceilingIntegerDefines maximum number of API requests per second allowed for package key.Yes
key_qps_limit_exemptBooleanDefines whether package key is exempted for QPS throttling.Yes
key_rate_limit_ceilingIntegerDefines maximum number of API requests allowed for package key over time period defined in key_rate_limit_period.Yes
key_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
key_rate_limit_exemptBooleanDefines whether package key is exempted for rate limit throttling.Yes
Custom Field / EAVString/ Integer/ BooleanAny custom field defined for package key.Yes

Application

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

Member

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