Skip to content

Commit

Permalink
Merge pull request #531 from tanjiangyu-ghca/unity_host
Browse files Browse the repository at this point in the history
unity code rebase
  • Loading branch information
tanjiangyu-ghca authored May 18, 2022
2 parents 173ce3f + cee1edb commit c6a8f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions delfin/drivers/dell_emc/unity/rest_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ def get_host_ip(self):
def get_host_lun(self, page):
url = '/api/types/hostLUN/instances?%s&page=%s' % \
('fields=id,host,lun', page)
result_json = self.get_rest_info(url)
return result_json

def get_history_metrics(self, path, page):
url = '/api/types/metricValue/instances?filter=path EQ "%s"&page=%s'\
Expand Down

0 comments on commit c6a8f23

Please sign in to comment.