Display Pricing Compilation Information

Pricing information includes the timestamp of the compile date, the user who compiled the file, the pricing repository location, and the pricing domain name. This information is retrieved from the pricing database with the MtxRequestPricingQueryStatus SubMan API.

About this task

The MtxRequestPricingQueryStatus SubMan API response ( MtxResponsePricingStatus) includes the following information:
  • The time the current active price plan was activated.
  • The domain.
  • The time the loaded pricing was last compiled.
  • The ID of the price plan creator.
  • The price plan repository location.
  • The name of the price plan ZIP file.
  • The maximum version of the system MATRIXX Data Container (MDC) definitions understood by MATRIXX Engine.
  • The SVN revision of the loaded price plan.
  • The compilation ID.
  • The compilation mode.
  • If only production pricing is supported by the engine.

Procedure

  1. For REST services, make the following call from the server or pod on which the REST bindings are installed, replacing host:port with the IP address and port number for the RS Gateway service:
    GET http://host:port/rsgateway/data/v3/pricing/status
    This server or pod must be able to communicate with MATRIXX Engine.
  2. For Java, use the class MtxRequestPricingQueryStatus.