Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Usage: opflow-cli.plexe act=operation [option=A...] [param=X...]
opflow-cli.plexe act=setup-db [drop=true] [usepercent=NN] [dryrun=false/true]
opflow-cli.plexe act=setup-iana [url=...|file=...]
opflow-cli.plexe act=(purge|purge-raw|purge-endpoints|purge-indices)
opflow-cli.plexe act=load-flows file=...

opflow-cli.plexe act=list-endpoints [searchprop=value...]
value can be regex:...

opflow-cli.plexe act=create-endpoint property=value...
opflow-cli.plexe act=show-endpoint ip=address
opflow-cli.plexe act=update-endpoint ip=address entry.propname=value...
opflow-cli.plexe act=delete-endpoint ip=address

opflow-cli.plexe act=list-apps [searchprop=value...]
opflow-cli.plexe act=(create-app|update-app) number=N protocol=M name=X description=Y
opflow-cli.plexe act=delete-app number=N protocol=M

opflow-cli.plexe act=list-agents
opflow-cli.plexe act=update-agent agent=X [in_if=Y out_if=Z] admin_status=(active|inactive)
opflow-cli.exe act=sync-agent-node-data

opflow-cli.plexe act=list-filters [include_inactive=0/1]
opflow-cli.plexe act=show-filter name=F
opflow-cli.plexe act=disable-filter name=F
opflow-cli.plexe act=create-filter name=F [description=D] propA=X,Y,Z [propB=...]
properties: agent application endpoint proto src_ip dst_ip src_port dst_port
filter expressions: A,B,C for list of choices, regex:string supported
for all properties except agent and proto.
proto must be number or list of numbers. agent must be agent_ip
(for all interfaces), or agent_ip:in_ifidx:out_ifidx.

opflow-cli.plexe act=create-report [param=...]

options:
quiet=1: suppress output, only set exit code
debug=1: more verbose debugging output

...