We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855057d commit a8b1f8fCopy full SHA for a8b1f8f
check_purefa_occpy.py
@@ -55,7 +55,7 @@ def __init__(self, endpoint, apitoken):
55
self.apitoken = apitoken
56
57
def get_perf(self):
58
- """Gets performance counters from flasharray."""
+ """Gets capacity counters from flasharray."""
59
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
60
fa = purestorage.FlashArray(self.endpoint, api_token=self.apitoken)
61
fainfo = fa.get(space=True)[0]
0 commit comments