seq  4.0.0-pre3
Classes | Functions | Variables
otto.obgw Namespace Reference

Classes

class  Otto
 

Functions

def json_to_paf (json_unit, paf_header=True, creator="obgwControl")
 
def paf_to_json (paf_text)
 

Variables

 logger = logging.getLogger(__name__)
 
 obgw_ips = dict()
 
string url = "http://127.0.0.1:5000/"
 
 otto = Otto(url)
 
 resp = otto.executionSequences("FORS2", "VM")
 

Function Documentation

◆ json_to_paf()

def otto.obgw.json_to_paf (   json_unit,
  paf_header = True,
  creator = "obgwControl" 
)

◆ paf_to_json()

def otto.obgw.paf_to_json (   paf_text)

Variable Documentation

◆ logger

otto.obgw.logger = logging.getLogger(__name__)

◆ obgw_ips

otto.obgw.obgw_ips = dict()

◆ otto

otto.obgw.otto = Otto(url)

◆ resp

otto.obgw.resp = otto.executionSequences("FORS2", "VM")

◆ url

string otto.obgw.url = "http://127.0.0.1:5000/"