Search Results

Configuring Endpoint Call Processing

For pre-processing
  • Processing Adapter: com.mashery.proxy.customer.generic.inject-modelattribute-header-connector.
  • Perform Pre-processing: Yes.

Data to make available for pre-processing (one per line)

Data Example Notes
params:{"<header name>":"<model.fieldname>"}

params:{

"X-Mashery-Plan":"plans.name",

"X-Mashery-Package-ID":"plans.package_id",

"X-Mashery-Package":"packages.name",

"X-Mashery-Application":"applications.name",

"X-Mso-Partner":"applications.partner"

}

Optional.
  • Plans standard filed: 'name'
  • Plans standard field: 'package_id'
  • Packages standard field: 'name'
  • Applications standard field: 'name'
  • Applications EAV: 'partner'
For post-processing
  • Perform Post-processing: Yes.
  • Data to make available for post-processing. (one per line.)
Data Example Notes
params:{"<header name>":"<model.fieldname>"}

params:{system:applications.name,

SchemaVersion:applications.SchemaVersion

}

Optional.
  • Applications standard field: 'name'
  • Applications EAV: 'SchemaVersion'