Searched refs:host_events (Results 1 – 2 of 2) sorted by relevance
106 def SubmitHostEvents(self, host_events): argument113 json_obj = {"host_events": host_events}115 self._service.host_events().submit(body=json_obj).execute()
79 mock.call.host_events().submit().execute()])