예제 #1
0
 def get(self, jobId="YYYYMMDDHHMMSSuuuuuu"):
     """
     Beerex get handler.
     :param jobId:
     :return:
     """
     return rest_schema.get_schema(self.name, jobId)
예제 #2
0
 def get(self, jobId="YYYYMMDDHHMMSSuuuuuu"):
     """
     Trex get handler.
     :param jobId: (format = %Y%m%d%H%M%S%f) (15 digits)
     :return:
     """
     return rest_schema.get_schema(self.name, jobId)
예제 #3
0
 def get(self, jobId="000000100000011"):
     """
     Agdrift get handler.
     :param jobId:
     :return:
     """
     return rest_schema.get_schema(self.name, jobId)