Class GetPVStatusAction

  • All Implemented Interfaces:
    BPLAction

    public class GetPVStatusAction
    extends Object
    implements BPLAction
    Get the status of a PV.
    Author:
    mshankar
  • 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.