What syntax should I use when passing metadata params?
Using the hba_status metadata as an example, the Concurrency Monitoring API requires that you pass metadata in the following manner:
hba_status=false
(or)
hba_status=true
Other common ways of representing “true” or “false” will not work. For example, passing hba_status using 0 or 1 will not work:
hba_status=0
If you have more than one parameter you need to pass, please separate each with an ampersand, as in:
hba_status=true&someOtherParam=false