Lisa Wild Card Question on Virtual Service URI
search cancel

Lisa Wild Card Question on Virtual Service URI

book

Article ID: 69172

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder)

Issue/Introduction

 

- For GET Operation 

 

/aai/v2/business/customers/customer/4NAZ89 

How can I use the above base path to send a different "4NAZ89" at the end of the base path? 

e.g: /aai/v2/business/customers/customer/*

 

 

 

 

 

 

Environment

DevTest Supported version

Resolution

1. In your VSI select the Operation name, and for the URI part replace that with {URLPARAM0} 

GET /aai/v2/business/customers/customer/{URLPARAM0}/ 

In the Request Data Tab, add an argument and a value for it URLPARAM0  =  4NAZ89 

Do this for META and for Specific 

 

2. In you VSM. add a REST DPH , and add a rule as below. 

GET /aai/v2/business/customers/customer/{URLPARAM0}/