public class GetPVStatusActionextends Object
implements BPLAction
Get the status of a PV.
Author:
mshankar
Access using: http://mgmt_url/bpl/getPVStatus - Get the status of a PV.
pv The name(s) of the pv for which status is to be determined. If a pv is not being archived, you should get back a simple JSON object with a status string of "Not being archived." You can also pass in GLOB wildcards here and multiple PVs as a comma separated list. If you have more PVs that can fit in a GET, send the pv's as a CSV pv=pv1,pv2,pv3 as the body of a POST.