def validateArguments(self):
     '''
     If the metric name is not set then there is no use in proceeding
     with the REST call
     '''
     if self.metricName == None:
         self.setErrorMessage("Metric name not specified")
         return False;
     return ApiCli.validateArguments(self)
 def validateArguments(self):
     """
     TODO: Implement validation of event creation arguments
     """
     return ApiCli.validateArguments(self)
 def validateArguments(self):
     """
     """
     return ApiCli.validateArguments(self)