Class GetMatchingPVsForAppliance
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.GetMatchingPVsForAppliance
- All Implemented Interfaces:
BPLAction
- Author:
- mshankar
Access using:
http://mgmt_url/bpl/getMatchingPVsForThisAppliance - Get matching PV's for this appliance. Specify one of pv or regex. If both are specified, we only apply the pv wildcard. If neither is specified, we return an empty list.pv=KLYS*, the server will return all PVs that start with the string KLYS.pv=KLYS.*, the server will return all PVs that start with the string KLYS.