Layer7 API Management

  • 1.  Generate report for asked details

    Posted Jul 05, 2016 03:23 AM

    Is it possible to get the below details as a report from Layer7 Policy Manager, if yes then please suggest the tool or method

    • - Provisioned APIs
    • - When they have been provisioned
    • - What version
    • - Performance
    • - Request per hour etc


  • 2.  Re: Generate report for asked details
    Best Answer

    Posted Jul 07, 2016 04:57 PM

    Hi Pratysin's,

    Are you looking for data for auditing purpose, You can fetch those detail using context variables.(Context Variables - CA API Gateway - 8.3 - CA Technologies Documentation )

    ${policy.name} Returns the name of the current policy.

    ${policy.version}Returns the active revision of the current policy. When not part of a policy fragment, this is the same as ${service.policy.version}.

    Performance - not sure if you looking for latency (you can fine context variable @ Context Variables - CA API Gateway - 8.3 - CA Technologies Documentation))

    Request per hour- you may want to capture every translocation audit & then involve another mechanism to evaluate number of requests.

     

    Thanks & Rgds,

    Mahesh