def __init__(self):
     ApiCli.__init__()
     self.path = "v1/relays"
     self.sources = None
 def __init__(self):
     ApiCli.__init__(self)
     self.method = "GET"
     self.path = "user"
 def __init__(self):
     ApiCli.__init__(self)
     self.method = "GET"
     self.path = "v1/hostgroups/search"
     self.hostGroupName = ""
 def __init__(self):
     ApiCli.__init__(self)
     self.method = "GET"
     self.path = "v1/actions/installed"